For the sequence 5, 7, 11, 17, 25, ....
(a)
Find a formula for the nth term.
Start by finding the first and second differences
Sequence: 5, 7, 11, 17, 25
First differences: 2, 4, 6, 8, ...
Second difference: 2, 2, 2, ...
Hence
a = 2 ÷ 2 = 1
Now write down an2 (just n2 in this case as a = 1) with the sequence underneath, and on the next line write the difference between an2 and the sequence
an2. : 1, 4, 9, 16, ...
sequence: 5, 7, 11, 17, ...
difference: 4, 3, 2, 1, ...
Work out the nth term of these differences to give you bn + c
bn + c = −n + 5
Add an2 and bn + c together to give you the nth term of the sequence
nth term = n2 − n + 5
(b)
Hence find the 20th term of the sequence.
Substitute n = 20 into n2 − n + 5
(20)2 − 20 + 5 = 400 − 15
20th term = 385