If f is a function such that f(f(x)) = x^2 - 1, then what is f(f(f(f(3))))?
f(f(3)) = 9 - 1 = 8
f(f(8)) = 64 - 1 = 63