50,49,47,44,40,35,...
Make the set of first and second differences
50 49 47 44 40 35
-1 -2 -3 -4 -5
-1 -1 -1 -1
and since the second differences are constant, we
assume a 2nd degree polynomial in n for the general term:
[If the kth differences are constant, the the general term
will be a polynomial in n of degree k.
Then we substitute the first 3 terms for a1, a2, a3 and 1,2,3 for n
or
Solve that system and get
A = -1/2, B = 1/2, and C = 50
So the general term is
You can find the next three terms either by extending the
difference table:
50 49 47 44 40 35 29 22 14
-1 -2 -3 -4 -5 -6 -7 -8
-1 -1 -1 -1 -1 -1 -1
or by substituting 7, 8, and 9 in the general formula:
Edwin