According to the link (OEIS) the first number {F(0) = 0, and F(1) = 1},
And F(n) = F(n-1) + F(n-2).
Then we have: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610.
Which F(14)=377 is the fifteenth number, and F(16) = 610 is the sixteenth number.
Chat with our AI personalities
1, 1 and 2
Leonardo Fibonacci first recorded his sequence in his book Liber Abaci, which was published in 1202.
1, 1, 2, 3, 5, 8
If the first two numbers are 0, 1 or -1 (not both zero) then you get an alternating Fibonacci sequence.
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.