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
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 1048790
:
Write the general term for the following sequence:
1, 1, 2, 3, 5, 8, ...
Answer by
chen.aavaz(62)
(
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).