Here are the formulas you'll use most often:
∙ Sum of first n integers: ∑i=1ni=2n(n+1)
∙ Sum of first n squares: ∑i=1ni2=6n(n+1)(2n+1)
∙ Sum of first n cubes: ∑i=1ni3=(2n(n+1))2
∙ Geometric series: ∑i=0n−1ri=r−1rn−1 for r=1
∙ Arithmetic series: ∑i=0n−1(a+id)=2n(2a+(n−1)d)