← Study Material
Practice questions →
Why This Topic Matters
~2/222021
~2/222022
2/222023
~2/222024
~2/222025
🎯PYQ Evidence
CAT 2021–2025: ~1.5 per slot (2021: 1.3 · 2022: 1.3 · 2023: 2.0 · 2024: 1.3 · 2025: 1.3). Progressions appeared every year (1–2 per slot) — AP/GP sums, common terms of two APs, and telescoping are the staples.
Sequences & Series
CAT favours the two classic progressions — arithmetic (constant difference) and geometric (constant ratio) — plus a few special sums.
Arithmetic progression (AP)
-th term and sum
Geometric progression (GP)
-th term and sum
A worked example
Find the sum of the first 20 terms of
This is an AP with , , :
Special sums worth memorising
🎯PYQ Evidence
Find the hidden structure — a block, a difference of sums, or a clean doubling. : the value of floor(√n) stays constant between consecutive perfect squares, with exactly 2k+1 values of n giving k, so you add a handful of blocks instead of 50 terms and reach 217. : recover the nth term as a_n = S_n − S_{n−1} = 4n − 1, then "divisible by 9" is just a remainder condition mod 9, giving the smallest n = 7. : the messy rule a_n = 2a_{n−1} + 3 becomes exact doubling once you add 3 — a_n + 3 = 2(a_{n−1} + 3) — so a_n + 3 = 5·2^(n−1), and crossing one million needs n = 19. Reshape the sequence into something that adds or doubles cleanly and the bound falls out.
Common traps
- AP vs GP mix-up. Check whether terms differ by adding (AP) or multiplying (GP).
- Counting terms. From term to term inclusive there are terms — off-by-one errors are common.
- Infinite GP condition. exists only when .
Checklist
- Identify AP (common difference) vs GP (common ratio)
- for any AP
- Use for GP; for infinite
- Keep the formulas ready
Sample Questions
31 practice questions
Sign in for full access
Create a free account to access all 31 practice questions on this topic.
CAT PYQ Spotlight
Actual CAT questions on this topic
Sign in for full access
Create a free account to access all 8 CAT PYQs on this topic.
Continue Your Prep
Practice Sequences & Series
More questions on this topic