document.write( "Question 1115225: state the next term and write a recursive formula for the sequence
\n" ); document.write( "2, 5, 7, 12, 19...
\n" ); document.write( "

Algebra.Com's Answer #730123 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
a(n) = a(n-1) + a(n-2) with a(0)=2, a(1)=5
\n" ); document.write( ":
\n" ); document.write( "2, 5, 7, 12, 19, 31
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );