Number Sequences and the nth Term
Learn to find the nth term rule of a linear sequence. Step-by-step worked examples: find the common difference, build the rule, predict any term, and check, with practice answers.
Key takeaways
- The common difference is how much a linear sequence goes up or down each step
- The nth term rule lets you find any term without listing them all
- For a linear sequence, the coefficient of n equals the common difference
- Find the rule, then check it by substituting n = 1, 2, 3
What is a sequence?
A sequence is a list of numbers that follows a rule, such as
3, 7, 11, 15, 19, β¦
Each number is a term. The first term is 3, the second is 7, and so on. The little dots mean the sequence carries on forever in the same way.
In primary school you learn to spot what comes next by adding on. In algebra we go further: we find a single rule that gives any term instantly. That rule is called the nth term, and finding it uses the substitution ideas from Algebra Basics.
The term-to-term rule and the common difference
The simplest rule is the term-to-term rule β what you add to get from one term to the next. In 3, 7, 11, 15 you add 4 each time. That constant jump is the common difference.
A sequence with a fixed common difference is called a linear (or arithmetic) sequence. You find the common difference by subtracting any term from the one after it:
$$ 7 - 3 = 4, \quad 11 - 7 = 4, \quad 15 - 11 = 4 $$
The difference is 4 every time, confirming it is linear.
Why we want the nth term
The term-to-term rule is slow for big terms. To find the 100th term of 3, 7, 11, β¦ you'd have to add 4 ninety-nine times. The nth term rule fixes this: substitute n = 100 once and you're done.
The nth term is a position-to-term rule. You give it a position n and it returns the term in that position.
| Position (n) | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| Term | 3 | 7 | 11 | 15 |
Finding the nth term: the method
For a linear sequence:
- Find the common difference d. This becomes the coefficient of n, so the rule starts with dn.
- Compare dn with the actual sequence: work out what dn would give and adjust by adding or subtracting a constant.
- Write the rule as dn + c.
- Check by substituting n = 1, 2, 3.
Worked example 1 β an increasing sequence
Find the nth term of 5, 7, 9, 11, β¦
- Common difference: 7 β 5 = 2. So the rule starts with 2n.
- Compare with 2n: the 2-times table is 2, 4, 6, 8. Our sequence is 5, 7, 9, 11 β each term is 3 more than the 2-times table.
- Write the rule: 2n + 3.
- Check: n = 1 gives 2(1) + 3 = 5 β; n = 2 gives 2(2) + 3 = 7 β; n = 3 gives 2(3) + 3 = 9 β.
The nth term is 2n + 3.
Worked example 2 β a bigger common difference
Find the nth term of 6, 11, 16, 21, β¦
- Common difference: 11 β 6 = 5. Rule starts with 5n.
- Compare with 5n: the 5-times table is 5, 10, 15, 20. Our sequence is 6, 11, 16, 21 β each term is 1 more.
- Rule: 5n + 1.
- Check: n = 1 β 5 + 1 = 6 β; n = 2 β 10 + 1 = 11 β.
The nth term is 5n + 1.
Worked example 3 β subtracting a constant
Find the nth term of 1, 4, 7, 10, β¦
- Common difference: 4 β 1 = 3. Rule starts with 3n.
- Compare with 3n: the 3-times table is 3, 6, 9, 12. Our sequence is 1, 4, 7, 10 β each term is 2 less.
- Rule: 3n β 2.
- Check: n = 1 β 3 β 2 = 1 β; n = 3 β 9 β 2 = 7 β.
The nth term is 3n β 2.
Worked example 4 β a decreasing sequence
Find the nth term of 20, 17, 14, 11, β¦
When a sequence goes down, the common difference is negative.
- Common difference: 17 β 20 = β3. Rule starts with β3n.
- Compare with β3n: that gives β3, β6, β9, β12. Our sequence is 20, 17, 14, 11 β each term is 23 more than β3n (since 20 β (β3) = 23).
- Rule: β3n + 23, usually written 23 β 3n.
- Check: n = 1 β 23 β 3 = 20 β; n = 2 β 23 β 6 = 17 β.
The nth term is 23 β 3n.
Worked example 5 β using the rule to find a far-off term
The nth term of a sequence is 4n β 1. Find the 25th term.
- Substitute n = 25 into 4n β 1.
- 4(25) β 1 = 100 β 1 = 99.
The 25th term is 99 β found in one line, no listing required. This is exactly why the nth term is so useful.
Worked example 6 β is a number in the sequence?
Is 100 a term of the sequence with nth term 3n + 1?
Set the rule equal to 100 and solve for n. If n is a whole number, then 100 is in the sequence.
- 3n + 1 = 100.
- Subtract 1: 3n = 99.
- Divide by 3: n = 33.
Since 33 is a whole number, yes β 100 is the 33rd term. If n had come out as a fraction, the number would not be in the sequence.
Activity β find the nth term of each
- 4, 6, 8, 10
- 2, 5, 8, 11
- 7, 12, 17, 22
- 0, 4, 8, 12
- Using nth term 6n β 4, find the 12th term.
- Is 45 a term of the sequence 5n? Find n if so.
Answers: 1) 2n + 2 2) 3n β 1 3) 5n + 2 4) 4n β 4 5) 6(12) β 4 = 68 6) Yes, 5n = 45 gives n = 9, the 9th term.
Why this matters
The nth term turns a list into a formula, and formulas are how mathematics makes predictions. Once you can write the rule for a sequence, you can find the 1000th term, decide whether a number appears at all, and compare two sequences instantly. It is also your first taste of how patterns become functions, which leads on to functions and graphs.
Keep the method simple: the common difference is the coefficient of n, then adjust with a constant, then check n = 1, 2, 3. Master that and you can describe any linear sequence with a single, powerful rule.
Quick quiz
Test yourself and earn XP
What is the common difference of 3, 7, 11, 15?
Each term increases by 4: 7 β 3 = 4, 11 β 7 = 4, so the common difference is 4.
Find the nth term of 5, 7, 9, 11.
The difference is 2, so start with 2n. 2(1) = 2 but the first term is 5, so add 3: 2n + 3.
The nth term is 4n β 1. What is the 10th term?
Substitute n = 10: 4(10) β 1 = 40 β 1 = 39.
Find the nth term of 6, 11, 16, 21.
Difference is 5, so 5n. 5(1) = 5, but the first term is 6, so add 1: 5n + 1.
Is 30 a term of the sequence 3n + 2?
Set 3n + 2 = 30, so 3n = 28 and n = 28/3, which is not a whole number, so 30 is not a term.
FAQ
It is a rule, written with n, that gives any term in the sequence. Put n = 1 for the first term, n = 2 for the second, and so on, so you can jump straight to the 100th term without listing them all.
For a linear sequence it is always the common difference β the amount the sequence goes up by each step. If the terms rise by 4 each time, the rule starts with 4n.
Keep exploring
More in Math