Math quiz bee question
Suppose a function is expressed by:
$$f(x)=f(x+1) + f(x-1)$$ and $$f(16)=20 , f(20)=16.$$ What is $f(20162016)$?
Attempt at solution:
$f(17)+f(15)=20$
$f(21)+f(19)=16$
And if I continue it, I can get the values of $f(21)$ and the other integers near it, but how can I get to the value of $f(20162016)$?
This question was from a recent national quiz bee in my place, it is only for $30$ seconds.
The correct answer that they said was $-36$.
Edit 1: As some pointed out, I think I remembered it wrong and the question was: $$f(x)=f(x+1)+f(x-1)$$
If the question is as stated, the answer will have millions of digits because it is a Fibonacci-like series.
If the question is $f(x)=f(x+1)+f(x-1)$, then it repeats every six terms.