CH
CalcHub
GCSE

Number Sequences and nth Term

Learn about arithmetic and geometric sequences, how to find the nth term formula, Fibonacci numbers, and how to use sequences to spot patterns and predict values.

Sequences are lists of numbers that follow a pattern or rule. Once you spot the pattern, you can predict any number in the sequence โ€” even the 100th or 1,000th.

Arithmetic Sequences (Adding the Same Amount)

An arithmetic sequence adds the same number each time. That number is called the common difference (d).

Example: 3, 7, 11, 15, 19, โ€ฆ โ†’ common difference = 4

Finding the nth Term

nth term = dn + (a โˆ’ d)

Where d is the common difference and a is the first term.

Worked Example 1 โ€” Finding the nth Term

Sequence: 5, 8, 11, 14, โ€ฆ

  1. Common difference d = 3
  2. First term a = 5
  3. nth term = 3n + (5 โˆ’ 3) = 3n + 2
  4. Check: 1st term = 3(1) + 2 = 5 โœ“, 2nd = 3(2) + 2 = 8 โœ“

Worked Example 2 โ€” Finding the 50th Term

Using the sequence above (nth term = 3n + 2):

50th term = 3(50) + 2 = 152

Geometric Sequences (Multiplying by the Same Amount)

A geometric sequence multiplies by the same number each time. That number is the common ratio (r).

Example: 2, 6, 18, 54, โ€ฆ โ†’ common ratio = 3 (each term ร— 3)

nth term = a ร— rโฝโฟโปยนโพ

Special Sequences

SequenceNumbersRule
Square numbers1, 4, 9, 16, 25, โ€ฆnยฒ
Triangular numbers1, 3, 6, 10, 15, โ€ฆn(n+1)/2
Cube numbers1, 8, 27, 64, โ€ฆnยณ
Fibonacci1, 1, 2, 3, 5, 8, 13, โ€ฆAdd previous two terms

Worked Example 3 โ€” Is 100 in the Sequence?

The nth term of a sequence is 4n โˆ’ 3. Is 100 in the sequence?

  1. Set 4n โˆ’ 3 = 100
  2. 4n = 103
  3. n = 25.75
  4. n must be a whole number, so 100 is NOT in the sequence

Try It Yourself

  1. Find the nth term for: 7, 10, 13, 16, โ€ฆ (Answer: 3n + 4)
  2. Find the 20th term of: 2, 5, 8, 11, โ€ฆ (Answer: 59)
  3. What is the 10th triangular number? (Answer: 55)