document.write( "Question 472706: How do I write an equation for a simple number sequence - 1,2,3,4,etc. where each time they get added together. Example would be 1 = 1 total, 2 = 3 total, 3 = 6 total, 4 = 10 total. I want to be able to get the total of any number. Example would be 50 = 1,275\r
\n" ); document.write( "\n" ); document.write( "Please help thank you!
\n" ); document.write( "

Algebra.Com's Answer #324037 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
You can either write it as a recursive sequence\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " where a_1 = 1, \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "or recall that the sum of the first n positive integers is n(n+1)/2, in which we get\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );