SOLUTION: state the next term and write a recursive formula for the sequence 2, 5, 7, 12, 19...

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: state the next term and write a recursive formula for the sequence 2, 5, 7, 12, 19...      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1115225: state the next term and write a recursive formula for the sequence
2, 5, 7, 12, 19...

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
a(n) = a(n-1) + a(n-2) with a(0)=2, a(1)=5
:
2, 5, 7, 12, 19, 31
: