document.write( "Question 976774: How to write the series in sigma/summation notation?
\n" ); document.write( "-2 + 1 + 4 + 7 + ... + 22
\n" ); document.write( "

Algebra.Com's Answer #598280 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
\"sum%28+%283%28n-1%29%29-2%2C+n=1%2C+9%29\"\r
\n" ); document.write( "\n" ); document.write( "You can study the answer to see how it was obtained. The difference of 3 from one term to the next. 9 terms in the series. The -2 to start the series at -2.
\n" ); document.write( "Note, it would look a bit different if we started at n=0, but many teachers prefer to see a result where the first term is referenced as n=1
\n" ); document.write( "
\n" );