The table below represents a geometric sequence.
Determine the recursive function that defines the sequence.
A.
f(1) = 4,
f(n) = 16 · f(n - 1), for n ≥ 2
B.
f(1) = 5,
f(n) = 4 · f(n - 1), for n ≥ 2
C.
f(1) = 4,
f(n) = 5 · f(n - 1), for n ≥ 2
D.
f(1) = 1,
f(n) = 10 · f(n - 1), for n ≥ 2
