The nth term for n>5 can be any number you want as infinitely many polynomials can be found with the first 5 terms as {2, 3, 7, 14, 24} and (at least one of them) will give whatever values you choose for the nth terms with n>5.
However, the simplest sequence is given by the simplest polynomial which is a quadratic since the second difference is constant:
Seq: 2 3 7 14 24
1st dif: 1 4 7 10
2nd dif: 3 3 3
We are looking for a polynomial of the form t(n) = ax² + bx + c
a = ½ the second difference = ½ × 3 = 3/2
To avoid fractions whist working out a solution, we can double everything and then we want half the final quadratic:
Create the sequence of 3n² and subtract it from the original sequence (doubled) and find the common difference in the new sequence:
seq: 4 6 14 28 48
3n²: 3 12 27 48 75
sub: 1 -6 -13 -20 -27
diff: -7 -7 -7 -7
Thus the second coefficient is -7
Giving the quadratic so far as 3n² - 7n + c
Plugging in n = 1, gives: 3 - 7 + c = 4 → c = 8
Thus the doubled sequence is 3n² - 7n + 8
And the nth term of the original sequence is given by half this:
t(n) = ½(3n² - 7n + 8)
which can be expanded and written as:
t(n) = 3/2 n² - 7/2 n + 4
It is: nth term = -4n+14
The nth term is 2 + 3n.
The nth term is 3n+2 and so the next number will be 17
It is: 3n+2
The nth term is: 3n+2 and so the next number will be 20
It is: nth term = -4n+14
The nth term is 2 + 3n.
The nth term is 3n+2 and so the next number will be 17
They are: nth term = 6n-4 and the 14th term is 80
42
It is: 3n+2
It is: 26-6n
3n-2
The nth term is: 3n+2 and so the next number will be 20
By varying the parameters of a quartic polynomial, the nth term can be made whatever you like. But, taking the simplest solution, Un = 2 - 4n for
If 3 is the first term, then the nth term is [ 3 x 2(n-1) ] .
The nth term would be -2n+14 nth terms: 1 2 3 4 Sequence:12 10 8 6 This sequence has a difference of -2 Therefore it would become -2n. Replace n with 1 and you would get -2. To get to the first term you have to add 14. Therefore the sequence becomes -2n+14. To check your answer replace n with 2, 3 or 4. You will still obtain the number in the sequence that corresponds to the nth term. :)