Actually, I'm solving some exercises from the book "Finite Field" by Rudolf Lidl et al.
There is an exercise for which the idea is missing to solve it:
Let $r$ be the least period of the Fibonacci sequence in the finite field $F_q$ i.e. the sequence with $s_0= 0, s_1= 1$, and $s_{n+2}=s_{n+1}+s_n$, for $n \geq 0$. Let $p$ be the characteristic of $F_q$. Prove that $r=20$ if $p = 5$, that $r$ divides $p-1$ if $p =$ +/- 1 mod 5 and that $r$ divides $p^2-1$ in all other cases.
Could anyone help me with a good idea / a good proposition?