SOLUTION: Write the general term for the following sequence: 1, 1, 2, 3, 5, 8, ...

Algebra ->  Sequences-and-series -> SOLUTION: Write the general term for the following sequence: 1, 1, 2, 3, 5, 8, ...      Log On


   



Question 1048790: Write the general term for the following sequence:
1, 1, 2, 3, 5, 8, ...

Answer by chen.aavaz(62) About Me  (Show Source):
You can put this solution on YOUR website!
This is a Fibonacci series. Every term is the sum of the previous two.
The general term is F(n)=F(n-1)+F(n-2).