document.write( "Question 975029: write the explicit form of 2,5,10,17... \n" ); document.write( "
Algebra.Com's Answer #596844 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Index n_______________Term
\n" ); document.write( "1_____________________2
\n" ); document.write( "2_____________________2+3=5
\n" ); document.write( "3_____________________2+3+5=10
\n" ); document.write( "4_____________________A[3]+7=17, 2+3+5+7
\n" ); document.write( "5_____________________A[4]+9=26, 2+3+5+7+9
\n" ); document.write( "6_____________________A[5]+11=37, 2+3+5+7+9+11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3+2(i-2) which requires i>1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Each term is a summation but needs to have the summation happen for n>1.
\n" ); document.write( "2+ sum of \"3%2B2%28i-2%29\" as i goes from 2 to n.
\n" ); document.write( "
\n" );