What can be said about the values mod $n$ of the Fibonacci polynomial $F_{n}(x)$ ?
A little numerical evidence suggests that
If $p$ is prime, then $F_{n}(k) \equiv -1,0,1 \bmod p$ for all integers $k$.
I'd love to see a proof.
If this is true, I'd like to learn a characterisation of which primes have $F_{p}(k) \equiv 0\bmod p$ for some $k$. This is true for $p=5,13,17,29,37,41,53,\dots$.
The Fibonacci polynomial $F_{p}(x)$ factors mod $p$ explicitly as follows: $$ F_{p}(x) = (x^2+4)^{\frac{p-1}{2}} $$
Therefore,
If $k^2+4=0$, then $F_p(k)=0$. This happens iff $p \equiv 1 \bmod 4$.
If $k^2+4\ne0$, then $F_p(k)=(x^2+4)^{\frac{p-1}{2}}=\pm 1$, because of Euler's criterion.