Calculate the difference between successive terms of the sum. The differences are the terms you need to add together to make the sum.
Sum: 2,8,18,32,50,72...
diff: 2,6,10,14,18,22...
0th term=2
1st term = 6
2nd term = 10
The rule is therefore 2+4i
So check if Σ2+4i works for you. i starts from zero.
Express the following in Sigma notation
2+8+18+32+50+72
3 answers
My answer above applies if the list of numbers were successive sums.
Go with Reiny's answer:
http://www.jiskha.com/display.cgi?id=1262752887
Go with Reiny's answer:
http://www.jiskha.com/display.cgi?id=1262752887
Your sum equals 2(1+4+9+16+25+36), two times the sum of squares:
2 sum ( k^2) from 1 to 6
2 sum ( k^2) from 1 to 6