A sequence is defined by
the recursive function
If f(1) = 1, what is f(3)?
f(n + 1) = -10f(n).