document.write( "Question 1182229: What is the nth term for the following sequence:\r
\n" );
document.write( "\n" );
document.write( "10, 30, 60, 100, 150, 210, ... \n" );
document.write( "
Algebra.Com's Answer #812194 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If each term is divided by 10, the sequence is \n" ); document.write( "1, 3, 6, 10, 15, 21, ... \n" ); document.write( "You might recognize that sequence as the triangular numbers; or as the sequence in which the n-th term is the sum of the integers 1 through n. \n" ); document.write( "The formula for the n-th triangular number is \n" ); document.write( "So the n-th term of this sequence is \n" ); document.write( "ANSWER: \n" ); document.write( " \n" ); document.write( " |