Skip to content

Sequences, Series & Telescoping Sums

Overview

A sequence $\{a_n\}$ is a function from $\mathbb{N} \to \mathbb{R}$ (or $\mathbb{C}$). A series is the sequence of partial sums $S_n = \sum_{k=1}^n a_k$. In competitive mathematics, mastery lies in transforming unfamiliar summations into known algebraic identities, geometric series, or telescoping cancellations.


1. Classical Progressions Summary

Arithmetic Progression (AP)

  • General term: an=a+(n1)d
  • Sum of n terms: Sn=n2[2a+(n1)d]=n2(a+l)

Geometric Progression (GP)

  • General term: an=arn1
  • Sum of n terms: Sn=a(1rn)1r (r1)
  • Sum of infinite GP (|r|<1): S=a1r

Arithmetic-Geometric Progression (AGP)

General AGP: S=a+(a+d)r+(a+2d)r2++(a+(n1)d)rn1

  • Sum of infinite AGP (|r|<1):S=a1r+dr(1r)2

2. The VnVn1 Telescoping Method

Fundamental Telescoping Identity

If the general term $T_r$ of a series can be decomposed as $T_r = V_r - V_{r-1}$, then: $$S_n = \sum_{r=1}^n T_r = (V_1 - V_0) + (V_2 - V_1) + \dots + (V_n - V_{n-1}) = V_n - V_0$$

Type I: Factors in Denominator (Equally Spaced Factors)

Tr=1r(r+1)(r+2)(r+k)

Multiply and divide by the difference of outermost factors (r+k)r=k:

Tr=1k[1r(r+1)(r+k1)1(r+1)(r+2)(r+k)]=Vr1Vrr=1Tr=1k12k

Type II: Factors in Numerator

Tr=r(r+1)(r+2)(r+k)=1k+2[r(r+1)(r+k)(r+k+1)(r1)r(r+1)(r+k)]Sn=n(n+1)(n+2)(n+k+1)k+2

3. Standard Sigma Sum Formulas

k=1nk=n(n+1)2,k=1nk2=n(n+1)(2n+1)6,k=1nk3=[n(n+1)2]2

4. Double Summations

For independent summations over a grid 1in,1jn:

i=1nj=1naiaj=(i=1nai)(j=1naj)=(i=1nai)2

For summations over 1i<jn:

1i<jnaiaj=12[(i=1nai)2i=1nai2]