NDA Maths · Sequence & Series

Special Series and Special Sums

The summation toolkit beyond AP and GP — power sums, arithmetic-geometric series, factorial sums, and telescoping — plus the number-pattern questions that ride on them.

Why this matters

Eight PYQs, leaning HARD — this is where the difficulty of the chapter concentrates. The shapes are distinctive and each has a signature move: power sums use standard formulas, arithmetic-geometric sums use the subtract-r-times-the-sum trick, factorial sums telescope, and repunit / divisibility questions hinge on a clean factor identity. Recognise the shape, apply the move.

Concept 1 of 4

Sums of powers of natural numbers

Intuition

Three formulas sum the first nn natural numbers, their squares, and their cubes. They are worth memorising outright — they appear as building blocks inside many other series, and the cube-sum is just the square of the linear sum (a pleasing fact worth remembering).

Definition

For the first nn natural numbers:

  • k=1nk=n(n+1)2\displaystyle\sum_{k=1}^{n} k = \frac{n(n+1)}{2}.
  • k=1nk2=n(n+1)(2n+1)6\displaystyle\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}.
  • k=1nk3=[n(n+1)2]2=(k=1nk)2\displaystyle\sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2 = \left(\sum_{k=1}^{n} k\right)^2.

The three power sums

k=n(n+1)2,k2=n(n+1)(2n+1)6,k3=[n(n+1)2]2\sum k = \frac{n(n+1)}{2},\quad \sum k^2 = \frac{n(n+1)(2n+1)}{6},\quad \sum k^3 = \left[\frac{n(n+1)}{2}\right]^2

Worked example

Find k=110k2\displaystyle\sum_{k=1}^{10} k^2.
  1. Use k2=n(n+1)(2n+1)6\sum k^2 = \dfrac{n(n+1)(2n+1)}{6} with n=10n = 10.
  2. =10×11×216=23106= \dfrac{10 \times 11 \times 21}{6} = \dfrac{2310}{6}.
Answer:385385.
Practice this conceptself-check · 4 quick reps

Try it yourself

Find k=15k3\displaystyle\sum_{k=1}^{5} k^3 and check it equals (k)2(\sum k)^2.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    k=1nk\sum_{k=1}^{n} k equals?
  2. 2.
    k=120k\sum_{k=1}^{20} k?
  3. 3.
    k=14k2\sum_{k=1}^{4} k^2?
  4. 4.
    k3\sum k^3 equals the square of?

Concept 2 of 4

Arithmetic-geometric series (the S − rS trick)

Intuition

An arithmetic-geometric series has each term made of an AP factor times a GP factor — 1r+2r2+3r3+1\cdot r + 2\cdot r^2 + 3\cdot r^3 + \cdots. You sum it the same way you derived the GP sum: write SS, write rSrS shifted one place, and subtract. The subtraction turns the AP coefficients into a constant, leaving an ordinary GP to sum.

Definition

For S=k=1nkrkS = \sum_{k=1}^{n} k\,r^k, form rSrS, align by powers of rr, and subtract: SrS=(r+r2++rn)nrn+1S - rS = (r + r^2 + \cdots + r^n) - n\,r^{n+1}. The bracket is a plain GP, so

S(1r)=r(1rn)1rnrn+1.S(1 - r) = \frac{r(1 - r^n)}{1 - r} - n\,r^{n+1}.
Solve for SS. The same shift-and-subtract works for any AP ×\times GP term.

Worked example

Find S=k=1nk2k=12+222+323++n2nS = \displaystyle\sum_{k=1}^{n} k\,2^k = 1\cdot 2 + 2\cdot 2^2 + 3\cdot 2^3 + \cdots + n\cdot 2^n.
  1. Write S=12+222++n2nS = 1\cdot 2 + 2\cdot 2^2 + \cdots + n\cdot 2^n.
  2. Write 2S=122+223++n2n+12S = 1\cdot 2^2 + 2\cdot 2^3 + \cdots + n\cdot 2^{n+1} (every term shifted up one power).
  3. Subtract: S2S=(2+22++2n)n2n+1S - 2S = (2 + 2^2 + \cdots + 2^n) - n\cdot 2^{n+1}.
  4. The GP sums to 2n+122^{n+1} - 2, so S=2n+12n2n+1-S = 2^{n+1} - 2 - n\cdot 2^{n+1}.
  5. Thus S=(n1)2n+1+2S = (n-1)\,2^{n+1} + 2.
Answer:S=(n1)2n+1+2S = (n-1)\,2^{n+1} + 2.
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate k=13k4k=14+242+343\displaystyle\sum_{k=1}^{3} k\,4^k = 1\cdot 4 + 2\cdot 4^2 + 3\cdot 4^3.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    In an arithmetic-geometric term krkk\,r^k, which factor is the AP part?
  2. 2.
    The summing trick is to subtract what from SS?
  3. 3.
    After subtracting, what kind of series is left?
  4. 4.
    k=12k3k\sum_{k=1}^{2} k\,3^k?

From the bank · past-year question

Example 2Sequence & SeriesHARD
If 13+232+333++n3n=(2n1)3a+b41\cdot 3 + 2\cdot 3^2 + 3\cdot 3^3 + \ldots + n\cdot 3^n = \dfrac{(2n-1)3^a + b}{4}, then aa and bb are respectively

[Q28 · Sep · 2017]

Concept 3 of 4

Factorial sums — telescoping and remainders

Intuition

Factorials grow explosively, and two NDA shapes exploit that. A sum of nn!n\cdot n! telescopes because nn!=(n+1)!n!n\cdot n! = (n+1)! - n!, so almost everything cancels. And a sum like 1!+2!+3!+1! + 2! + 3! + \cdots modulo a small number is easy, because from some point on every factorial is divisible by that number — only the first few terms survive.

Definition

Telescoping identity: nn!=(n+1)!n!n\cdot n! = (n+1)! - n!, so k=1nkk!=(n+1)!1\sum_{k=1}^{n} k\cdot k! = (n+1)! - 1. Remainder shape: to find (k!)modm\big(\sum k!\big) \bmod m, note that k!0(modm)k! \equiv 0 \pmod{m} for all kk large enough that mk!m \mid k! — so only the small-kk terms contribute to the remainder.

Factorial telescoping

nn!=(n+1)!n!    k=1nkk!=(n+1)!1n\cdot n! = (n+1)! - n! \;\Rightarrow\; \sum_{k=1}^{n} k\cdot k! = (n+1)! - 1

Worked example

Find the remainder when 1!+2!+3!++100!1! + 2! + 3! + \cdots + 100! is divided by 12.
  1. From 4!4! onward every factorial contains the factors 4×3=124 \times 3 = 12, so 4!,5!,,100!4!, 5!, \ldots, 100! are all divisible by 12.
  2. Only 1!+2!+3!1! + 2! + 3! can leave a remainder: 1+2+6=91 + 2 + 6 = 9.
  3. Since 9<129 < 12, the remainder is 99.
Answer:99.
Practice this conceptself-check · 4 quick reps

Try it yourself

Use the telescoping identity to find k=15kk!\displaystyle\sum_{k=1}^{5} k\cdot k!.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    nn!n\cdot n! equals which difference?
  2. 2.
    k=1nkk!\sum_{k=1}^{n} k\cdot k! equals?
  3. 3.
    For k4k \ge 4, is k!k! divisible by 12?
  4. 4.
    Remainder of 1!+2!+3!+4!1! + 2! + 3! + 4! divided by 8?

From the bank · past-year question

Example 3Sequence & SeriesMODERATE
If an=n(n!)a_{n}=n(n!), then what is a1+a2+a3++a10a_{1}+a_{2}+a_{3}+\cdots+a_{10} equal to?

[Q7 · Sep · 2021]

Concept 4 of 4

Telescoping sums, repunits, and divisibility patterns

Intuition

Telescoping is the most satisfying summation: rewrite each term as a difference so that consecutive pieces cancel, leaving only the first and last. The same "find the hidden structure" instinct cracks repunit problems (a string of 1s is 10n19\tfrac{10^n - 1}{9}) and divisibility questions about an±bna^n \pm b^n (which factor through a±ba \pm b).

Definition

Telescoping: if tk=f(k)f(k+1)t_k = f(k) - f(k+1), then k=1ntk=f(1)f(n+1)\sum_{k=1}^{n} t_k = f(1) - f(n+1). A standard case: 1k(k+1)=1k1k+1\dfrac{1}{k(k+1)} = \dfrac{1}{k} - \dfrac{1}{k+1}, so the sum is 11n+1=nn+11 - \dfrac{1}{n+1} = \dfrac{n}{n+1}. Repunit: 111n=10n19\underbrace{11\ldots1}_{n} = \dfrac{10^n - 1}{9}. Factor identities: anbna^n - b^n is divisible by aba - b (all nn); an+bna^n + b^n is divisible by a+ba + b for odd nn.

Telescoping standard sum

k=1n1k(k+1)=11n+1=nn+1\sum_{k=1}^{n} \frac{1}{k(k+1)} = 1 - \frac{1}{n+1} = \frac{n}{n+1}

Worked example

Find 112+123+134++1n(n+1)\dfrac{1}{1\cdot 2} + \dfrac{1}{2\cdot 3} + \dfrac{1}{3\cdot 4} + \cdots + \dfrac{1}{n(n+1)}.
  1. Split each term: 1k(k+1)=1k1k+1\dfrac{1}{k(k+1)} = \dfrac{1}{k} - \dfrac{1}{k+1}.
  2. The sum becomes (112)+(1213)++(1n1n+1)\left(1 - \tfrac12\right) + \left(\tfrac12 - \tfrac13\right) + \cdots + \left(\tfrac1n - \tfrac{1}{n+1}\right).
  3. All the inner terms cancel, leaving 11n+11 - \dfrac{1}{n+1}.
Answer:nn+1\dfrac{n}{n+1}.
Practice this conceptself-check · 4 quick reps

Try it yourself

Show that 73+537^3 + 5^3 is divisible by 12, and give the quotient.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    1k(k+1)\dfrac{1}{k(k+1)} splits into?
  2. 2.
    A repunit of nn ones equals?
  3. 3.
    anbna^n - b^n is always divisible by?
  4. 4.
    k=131k(k+1)\sum_{k=1}^{3} \tfrac{1}{k(k+1)}?

From the bank · past-year question

Example 4Sequence & SeriesHARD
If p=(1111 up to n digits)p = (1111\cdots\text{ up to }n\text{ digits}), then what is the value of 9p2+p9p^{2}+p?

[Q5 · Sep · 2021]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (3)

  • Sums of powers of natural numbers

    The three power sums

    k=n(n+1)2,k2=n(n+1)(2n+1)6,k3=[n(n+1)2]2\sum k = \frac{n(n+1)}{2},\quad \sum k^2 = \frac{n(n+1)(2n+1)}{6},\quad \sum k^3 = \left[\frac{n(n+1)}{2}\right]^2
  • Factorial sums — telescoping and remainders

    Factorial telescoping

    nn!=(n+1)!n!    k=1nkk!=(n+1)!1n\cdot n! = (n+1)! - n! \;\Rightarrow\; \sum_{k=1}^{n} k\cdot k! = (n+1)! - 1
  • Telescoping sums, repunits, and divisibility patterns

    Telescoping standard sum

    k=1n1k(k+1)=11n+1=nn+1\sum_{k=1}^{n} \frac{1}{k(k+1)} = 1 - \frac{1}{n+1} = \frac{n}{n+1}

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Sequence & SeriesEASY
If 1!+3!+5!+7!++199!1! + 3! + 5! + 7! + \cdots + 199! is divided by 24, what is the remainder?

[Q2 · Sep · 2023]

Example 2Sequence & SeriesMODERATE
What is the greatest integer among the following by which 55+755^5 + 7^5 is divisible?

[Q22 · Apr · 2018]

Example 3Sequence & SeriesHARD
What is the value of 2(2×1)+3(3×2×1)+4(4×3×2×1)+5(5×4×3×2×1)++9(9×8×7×6×5×4×3×2×1)+22(2\times1)+3(3\times2\times1)+4(4\times3\times2\times1)+5(5\times4\times3\times2\times1)+\ldots+9(9\times8\times7\times6\times5\times4\times3\times2\times1)+2?

[Q22 · Apr · 2022]

Example 4Sequence & SeriesEASY
Consider the following statements: 1. 2 + 4 + 6 + … + 2n = n² + n 2. The expression n² + n + 41 always gives a prime number for every natural number n
Which of the above statements is/are correct?

[Q10 · Sep · 2022]

Example 5Sequence & SeriesMODERATE
If nNn \in N, then 121n25n+1900n(4)n121^{n} - 25^{n} + 1900^{n} - (-4)^{n} is divisible by which one of the following?

[Q1 · Apr · 2018]

Drill every past-year question on this subtopic

8 questions from the bank — paginated, with cart and Word-export support.

Related notes