Memorizing formulas for the sums of special series is crucial for solving many problems quickly. Here are some of the most common ones:
- First m Integers: ∑n=1mn=2m(m+1)
- First m Odd Integers: ∑n=1m(2n−1)=m2
- First m Even Integers: ∑n=1m2n=m(m+1)
- First m Squares: ∑n=1mn2=6m(m+1)(2m+1)
- First m Cubes: ∑n=1mn3=(2m(m+1))2
- Infinite Geometric Series: ∑n=0∞a1dn=1−da1 for ∣d∣<1