1, 1 and 2
Chat with our AI personalities
1, 1, 2, 3, 5, 8
The Fibonacci sequence. The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it
The sequence 112358132124 is a variation of the Fibonacci sequence, where each number is the sum of the two preceding ones. It starts with 1, 1, 2, 3, 5, 8, 13, 21, and 34. In this case, the sequence is presented as a concatenated string of its first 12 Fibonacci numbers. Thus, it represents the digits of the Fibonacci numbers lined up together.
The Fibonacci sequence starts with 1 and 1. However any sequence in which the first two terms are given and the rest are defined recursively as t(n) = t(n-2) + t(n-1), with n = 3, 4, ... is also known as a Fibonacci sequence. Note the "the" and "a" preceding Fibonacci sequence.
1 1 2 3 5 8 13 21