document.write( "Question 271050: 1,1,2,3,5,8,... find the next five terms of the Fibonacci sequence \n" ); document.write( "
Algebra.Com's Answer #198460 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1,1,2,3,5,8,... find the next five terms of the Fibonacci sequence \n" ); document.write( "----- \n" ); document.write( "5+8 = 13 is the next \n" ); document.write( "8+13 = 21 is the next \n" ); document.write( "13+21 = 34 is the next \n" ); document.write( "21+34 = 55 is the next \n" ); document.write( "34 + 55 = 89 is the next\r \n" ); document.write( "\n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |