answersLogoWhite

0

t(1) = 1

t(2) = 1

t(n+1) = t(n) + t(n-1) for n = 1, 2, 3, ...

That is, the first two terms are 1; after that every term is the sum of the previous two terms.

User Avatar

Wiki User

13y ago

What else can I help you with?