document.write( "Question 151883: Can someone please help me find the first five terms of the infinite sequence.\r
\n" );
document.write( "\n" );
document.write( "an=(n+5)!/(n+2)! \n" );
document.write( "
Algebra.Com's Answer #111677 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! If we assume that n=1 is the first term,\r \n" ); document.write( "\n" ); document.write( "a1=6!/3!=6*5*4=120 \n" ); document.write( "a2=7!/4!=7*6*5=210 \n" ); document.write( "a3=8!/5!=8*7*6=336 \n" ); document.write( "a4=9!/6!=9*8*7=504 \n" ); document.write( "a5=10!/7!=10*9*8=720 \n" ); document.write( " |