Sequences
Arithmetic, quadratic, geometric and Fibonacci sequences and the nth term.
Learn
Sequences, explained point by point
Everything the GCSE specification expects you to be able to do, and how to actually do it - the same lesson a signed-in student studies from.
Continue a sequence and describe its term-to-term rule
The term-to-term rule says how to get from one term to the next: 5, 8, 11, 14 has the rule "add 3". Check the rule holds across SEVERAL gaps, not just the first one - some sequences change by a different amount each step.
Recognise arithmetic, geometric, square, cube, triangular and Fibonacci-type sequences
Arithmetic sequences add the same number each time; geometric ones multiply by the same number (2, 6, 18, 54). Squares (1, 4, 9, 16), cubes (1, 8, 27, 64) and triangular numbers (1, 3, 6, 10) come straight from their shapes, and Fibonacci-type sequences add the previous two terms.
Find and use the nth term of an arithmetic sequence
The common difference is the coefficient of n. For 7, 11, 15, 19 the difference is 4, so start from 4n; the sequence sits 3 above the 4 times table, giving 4n + 3. Now any term is a substitution away: the 50th term is 4 × 50 + 3 = 203.
Decide whether a given number is a term of a sequence
Set the nth term equal to the number and solve. Is 150 in the sequence 4n + 3? Then 4n + 3 = 150 gives n = 36.75 - not a whole number, so no. A whole-number n means yes, and tells you which term it is.
Find the nth term of a quadratic sequenceHigher only
If the first differences keep changing but the SECOND differences are constant, the sequence is quadratic, and the n² coefficient is half that second difference. For 3, 8, 15, 24 (second difference 2): start with n², subtract it from each term, and find the nth term of what remains - here n² + 2n.
Practice
Try a Sequences question
A GCSE-style original question from this topic. Have a go before you open the working - deciding on an answer first is what makes the working stick.
Find the nth term of the sequence 5, 9, 13, 17, …
- 5n + 4
- 4n + 1
- 4n + 5
- n + 4
Show the answer and the working
Answer: 4n + 1
The common difference is 4, so the nth term starts 4n; since 4 × 1 = 4 and the first term is 5, add 1.
- The common difference is 9 − 5 = 4, so the nth term begins 4n.
- At n = 1, 4n gives 4, but the first term is 5.
- Adjust by adding 1: nth term = 4n + 1.
- Check: 4 × 2 + 1 = 9 and 4 × 3 + 1 = 13, which match.