answersLogoWhite

0

This is the famous fibonacci sequence, where each term in the sequence is the sum of the previous two.

Fn=Fn-1 + Fn-2

F0 = 1 and F1 = 1 are the initial values to begin the sequence.

F2 = F1 + F0 = 1 + 1 = 2

F3 = F2 + F1 = 2 + 1 = 3

and so on

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions