Summation notation uses the Greek letter sigma (Σ) to represent adding up terms. You write ∑i=1nai to mean a1+a2+a3+...+an.
The i=1 below sigma tells you where to start. The n above sigma tells you where to stop. The expression after sigma tells you what to add.
For example, ∑i=15i=1+2+3+4+5=15. And ∑i=142i=2+4+8+16=30.