Math Playground
Algebra

Sigma notation

∑ — the compact way to write a long sum.

∑ is shorthand for 'sum'. Below: starting index. Above: ending index. Inside: the term to sum.

Try it

∑ᵢ₌₁⁴ i² = ?

1 + 4 + 9 + 16 = 30.