
David W. answered 12/04/15
Tutor
4.7
(90)
Experienced Prof
The difference between terms is not constant, so this is not an Algebraic Sequence.
The ratio of adjacent terms is not constant, so this is not a Geometric Sequence.
Therefore, we have to determine a function of (n) that applies to the n-th term (or else define this recursively).
First, examine the numerators -- 1, -8. 27. -64. 125, -216
They alternate between + and -. They are n3 in value -- 13, 23, 33, ...
So, the numerator is: (-1)n-1n3.
Then, the denominators -- 4, 9, 16, 25, 36, 49, ...
These are (n+1)2.
This gives us a rule for the n-th term in the sequence:
an = (-1)n-1n3 / (n+1)2
To verify this, I typed in the formula and asked MS Excel to calculate the 6 values. They match. (PLZ note the 3)