document.write( "Question 137056: Is there a short way to do the SUM of a sequence of sums: (1) + (1+2) + (1+2+3) + (1+2+3+4) + .... (1+2+3+4....+100). I know how to do the sum of the sequence (i.e. sum of 100= 100/2(100 + 1)) and I can get the answer, I am just trying to see if there is an easier way then adding each number up. Like, sum for 100 is 5050; sum of 99 is sum of 100 minus 100 or 4050; but I can't find a shortcut and I can't find a formula anywhere for the sum of a series of sums. Can someone help? This is actually not for a class. \n" ); document.write( "
Algebra.Com's Answer #100303 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! Given: The first term of every summation in the series is \n" ); document.write( "Given: The number of numbers in each summation is 1 greater than the previous term. \n" ); document.write( "Given: There are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first term of your series must be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The second term of your series must be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The third term of your series must be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This gives us the idea that the i-th term must be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice that every term has an \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you sum all of then \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Similarly, the sum of all the \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally, the last term is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Putting it all together:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I won't go into the details of the derivation, but if you have a common difference other than 1, call it \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |