Sequences & Series • Topic 1 of 3

Pattern Recognition

Half of CAT sequence questions are won the moment you name the pattern. The first move is always to write out three or four terms and look at the differences. A constant first difference means an AP (linear in n); a constant second difference means a quadratic in n (so the term is an² + bn + c, and you can fit a, b, c from three terms). A constant ratio means a GP. If neither the differences nor the ratios settle, check whether the term is built from a known special sum — partial sums of 1,2,3,... give the triangular numbers 1,3,6,10,...; partial sums of odd numbers give the perfect squares 1,4,9,16,...; partial sums of cubes give perfect squares of triangular numbers. The CAT-smart habit is to always ask "is this the nth term, or a sum up to n?" because the same surface pattern hides very different closed forms. Once you have a closed form, plug in n to verify against the terms you wrote — a thirty-second check that saves a wrong answer.

✅ Solved examples

1. Find the next term: 2, 6, 12, 20, 30, ...
First differences are 4, 6, 8, 10 — increasing by 2, so the second difference is constant ⇒ quadratic. The terms equal n(n+1): 1·2, 2·3, 3·4, 4·5, 5·6. Next is 6·7 = 42.
2. The nth term of a sequence is the sum of the first n odd numbers. Find the 15th term.
Sum of first n odd numbers = n². So the 15th term = 15² = 225.
3. A sequence has terms 1, 3, 6, 10, 15, ... (triangular numbers). Find the 20th term.
The nth triangular number is n(n+1)/2. So the 20th = 20·21/2 = 210.
4. Find a closed form for the sequence 3, 8, 15, 24, 35, ...
Differences are 5, 7, 9, 11 (second difference 2) ⇒ quadratic. The terms are 2²−1, 3²−1, 4²−1, 5²−1, 6²−1, i.e. (n+1)² − 1 = n² + 2n. The nth term is n(n+2).

✏️ Practice — try these, take hints as needed

1. Find the next term: 1, 4, 9, 16, 25, ...
Look at the pattern of the values themselves.
These are perfect squares.
Next is 6².
36
2. Find the 10th term of 2, 6, 12, 20, ... (term = n(n+1)).
Differences increase by 2 ⇒ quadratic.
Term is n(n+1).
Use n = 10.
110
3. The partial sums of 1, 2, 3, 4, ... give which special numbers, and what is the 12th?
Sum to n is n(n+1)/2.
These are the triangular numbers.
Use n = 12.
78 (triangular numbers)
4. Find the nth term: 4, 7, 12, 19, 28, ...
First differences 3, 5, 7, 9 (second diff 2).
Quadratic: n² + something.
Compare with n²: 1,4,9,16,25 ⇒ add 3.
n² + 3
5. Find the next term: 1, 2, 4, 8, 16, ...
Check the ratio of consecutive terms.
Each term doubles ⇒ GP, r = 2.
Multiply 16 by 2.
32

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…