document.write( "Question 804441: How would you find the 50th term of the pattern 1,1,2,3,5 \n" ); document.write( "
Algebra.Com's Answer #485424 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "That's the Fibonacci sequence\r\n" ); document.write( "\r\n" ); document.write( "1,1,2,3,5...\r\n" ); document.write( "\r\n" ); document.write( "You start off with the first two terms being 1.\r\n" ); document.write( "\r\n" ); document.write( "To get the next number you add the two preceding numbers\r\n" ); document.write( "\r\n" ); document.write( "Binet's formula for the nth Fibonacci number is\r\n" ); document.write( "\r\n" ); document.write( "Fib(n) =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |