Posted by Luis on Tuesday, January 5, 2010 at 11:23pm.
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.
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
Related Questions
Calculus - Express the following in Sigma notation 2+8+18+32+50+72
Reiny or Damon or Bobpursley - Express the series 11 + 18 + 27 +...+ 171 using ...
math - write the following in a sigma notation 3/32+3/16+3/8+...+12288 so far ...
Maths - Express the sum using summation notation: 1 - 1/2 + 1/3 - 1/4 + 1/5...
Maths - Express the sum using summation notation: 1 - 1/2 + 1/3 - 1/4 + 1/5...
Maths - Express the sum using summation notation: 1 - 1/2 + 1/3 - 1/4 + 1/5...
calculus - write the sigma notation. 5^2+6^2+7^2+...+14^2 You could use capatil ...
Math - Express the series 11+18+27+...171 using sigma notation. a1+a2+a3+...ak ...
Math - Could someone explain this please? Thank you. Express the series 11+18+27...
Math-geometry - I do not understand set-builder notation..... Using correct ...
For Further Reading