Choose the correct recursive formula for the Geometric Sequence.

2, -8, 32, -128, 512,

1 answer

32 = -4 * 8
-128 = -4 * 32 etc
so I claim
an = 2 * (-4)^(n-1)