CAT Quant · Chapter Test
Sequences & Series — 25-Question Test
A fresh, mixed-difficulty set drawn from the whole chapter — questions you haven't been asked before. Auto-graded with full solutions; your result is saved to your dashboard.
Building your 25-question test…
Formula Reference Sheet
This chapter
Special sums (first n terms)
| Sum of first n naturals | 1+2+...+n = n(n+1)/2 |
|---|---|
| Sum of first n squares | 1²+2²+...+n² = n(n+1)(2n+1)/6 |
| Sum of first n cubes | 1³+2³+...+n³ = [n(n+1)/2]² |
| Sum of first n odd numbers | 1+3+5+...+(2n−1) = n² |
| Sum of first n even numbers | 2+4+...+2n = n(n+1) |
| Key link: cubes = (sum)² | Σk³ = (Σk)² = [n(n+1)/2]² |
Telescoping, AGP & recurrences
| Telescoping split | 1/[k(k+1)] = 1/k − 1/(k+1) |
|---|---|
| General telescoping | 1/[k(k+d)] = (1/d)[1/k − 1/(k+d)] |
| AGP sum to infinity (|r|<1) | S∞ = a/(1−r) + dr/(1−r)² |
| AGP finite sum method | Compute S − rS to collapse to a GP |
| Linear recurrence (Fibonacci) | F(n) = F(n−1) + F(n−2) |
| Sum of first n Fibonacci | F1+F2+...+Fn = F(n+2) − 1 |
CAT reference
🖩 Graphing Calculator