document.write( "Question 562803: What is the nth term for this pattern?....... 2,8,18,32,50 \n" ); document.write( "
Algebra.Com's Answer #364708 by issacodegard(60)\"\" \"About 
You can put this solution on YOUR website!
Hi, the first term is 2, and I'll denote the nth term by f(n). The sequence of terms for f(n)/2 is 1,4,9,16,25,... which are the positive integers squares. So we have f(n)/2=n^2. Therefore, f(n)=2n^2. \n" ); document.write( "
\n" );