👉 Fizzle, also known as a "FizzBuzz" sequence, is a particular type of repeating pattern that appears in certain sequences. The term originates from the fact that each number in the sequence begins with a 1 and then repeats every third number (i.e., numbers divisible by 3). The sequence ends when it reaches a number that is not divisible by 3. For example, consider the sequence: ``` 1 2 Fizz 4 Buzz Fizz 7