document.write( "Question 761656: What number comes next 1 2 8 48 384 \n" ); document.write( "
Algebra.Com's Answer #463368 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
this sequence is defined as
\n" ); document.write( "a(1) = 1
\n" ); document.write( "a(n) = 2*(n-1)*a(n-1)
\n" ); document.write( "so a(6) = 2*(n-1)*a(5) = 2*5*384 = 3840\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );