document.write( "Question 144040: I have the sequence 2,5,9,14,20,27,35,44...\r
\n" );
document.write( "\n" );
document.write( "How can I find an explicit formula to find the nth term? How can I find the nth term if An = 324? \n" );
document.write( "
Algebra.Com's Answer #763815 by 0123456(1)![]() ![]() ![]() You can put this solution on YOUR website! Общий член: \n" ); document.write( "An=(n^2+3*n)/2 \n" ); document.write( " |