document.write( "Question 259386: I'm stumped and i can't seem to get this. Directions say\r
\n" );
document.write( "\n" );
document.write( "Find the first five terms of the given sequence\r
\n" );
document.write( "\n" );
document.write( "u0=1
\n" );
document.write( "u1=1 and and un =(n)Un-1 for n(is greater than or equal to) 2 \n" );
document.write( "
Algebra.Com's Answer #190951 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the first five terms of the given sequence \n" ); document.write( "u0=1 \n" ); document.write( "u1=1 and and un =(n)U(n-1) for n(is greater than or equal to) 2 \n" ); document.write( "------------- \n" ); document.write( "u(0) = 1 \n" ); document.write( "u(1) = 1 \n" ); document.write( "u(2) = 2*1 = 2 \n" ); document.write( "u(3) = 3*2 = 6 \n" ); document.write( "u(4) = 4*6 = 24 \n" ); document.write( "u(5) = 5*24 = 120 \n" ); document.write( "u(6) = 6*120 = 720 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |