Consider the sequence $$a_n = a_{n-1} a_{n-2} +n$$ for $n \geq 2$, with $a_0 = 1$ and $a_1 = 1$. Is $a_{2011}$ odd?
By writing all the terms of the sequence I see that $a_n$ is odd when $n$ is odd and greater than equal to $5$. But, I don't have any formal proof.
HINT Use induction to prove that $a_n$ has the same parity as $n$ for $n \geq 4$.