document.write( "Question 1000795: Find the nth term a sub n for the sequence: 2,10,18,26,34 \n" ); document.write( "
Algebra.Com's Answer #618130 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Since this is an arithmetic sequence going up by eights...we have
\n" ); document.write( "a(n)=8(n-1)+2 = 8n - 6
\n" ); document.write( "
\n" );