answersLogoWhite

0

t(1) = 1t(2) = 1t(n) = t(n-2) + t(n-1) for n = 3, 4, 5, ...that is, the first and second terms are 1. After that, each term is the sum of the previous two terms.

User Avatar

Wiki User

14y ago

What else can I help you with?