document.write( "Question 585639: how do you find the recursive formula of the sequence 1,1,2,3,5,8...? \n" ); document.write( "
Algebra.Com's Answer #373445 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
This is the fibonacci sequence. The first two terms are given as 1,1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The third term is then the sum of the previous two terms: 1+1 = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The fourth term is then the sum of the previous two terms: 1+2 = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The fifth term is then the sum of the previous two terms: 2+3 = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The sixth term is then the sum of the previous two terms: 3+5 = 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and so on...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the recursive formula is\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------------------------
\n" ); document.write( "If you need more help, email me at jim_thompson5910@hotmail.com\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Jim
\n" ); document.write( "--------------------------------------------------------------------------------------------------------------
\n" ); document.write( "
\n" );