Question 1046252
.
What is written, is not a Fibonacci-type sequence.


The Fibonacci sequence starts with


1, 1, 2, 3, 5, . . . 


(see <A HREF=https://en.wikipedia.org/wiki/Fibonacci_number>this</A> Wikipedia article).


There are two equal initial seed values, and the formula starts working from the third term.


Learn about the Fibonacci sequence.