In The Fibonacci sequence which is defined as $$ F_n=F_{n-1}+F_{n-2}, $$ lets say we have the number $p$ which is an odd prime.
Prove that:
$F_{p-1} + F_{p+1} -1$ Is divisible by $p$.
Prove that for any given $n$ real positive integer:
$F_{p^{n+1}-1} + F_{p^{n+1}+1} -(F_{p^{n}-1} + F_{p^{n}+1})$ Is divisible by $p^{n+1}$
How to prove this?
I'll prove the $1^\text{st}$ statement. Let $(\frac{a}{p})$ be the Legendre symbol of $a$ and $p$.
Theorem of Legendre and Lagrange. Let $p$ be an odd prime. Then
$$F_{p-1} \equiv \frac{1-(\frac{p}{5})}{2} \pmod p \quad \text{and} \quad F_{p+1} \equiv \frac{1+(\frac{p}{5})}{2} \pmod p.$$
Proof. You could find the theorem in this paper of Zhi-Hong Sun at page $4$ and the proof of the theorem at page $5$.
Directly from the theorem of Legendre and Lagrange we have that $F_{p-1} + F_{p+1} \equiv 1 \pmod p$ for every odd $p$ prime, which is equivalent to your first statement.