$F_{n+2}=F_{n+1}+F_n$, $F_1=F_2=1$.
Prove that $F_{125n}$ is divisible by $125$.
How we can prove it by easiest way?
For example, I know that we can prove that: $$F_{5n}=25F_n^5+25(-1)^nF_n^3+5F_n.$$ Because from here it follows, although I think it's very ugly.
Thank you!
It is enough to prove that $125\mid F_{125}$ since for each $a\mid b$ we have $F_a\mid F_b$.
We use $$ F_{2n} = (2F_{n-1}+F_{n})F_{n}$$ and $$F_{2n-1} = F_{n}^2+F_{n-1}^2$$
All the congruences are modulo $125$. $$ F_{14} = 377 \equiv 2$$ $$ F_{15} = 610 \equiv -15$$ $$ F_{16} = 987 \equiv -13$$
$$F_{30} = (2F_{14}+F_{15})F_{15} \equiv (4-15)(-15) \equiv 40 $$ $$F_{31} = F_{16}^2+F_{15}^2 \equiv 169+225 \equiv 44-25 = 19 $$ $$F_{32} = (2F_{15}+F_{16})F_{16} \equiv (30+13)13 \equiv 59 $$
$$F_{62} = (2F_{30}+F_{31})F_{31} \equiv (80+19)19 \equiv 6 $$ $$F_{63} = F_{32}^2+F_{31}^2 \equiv -19-14 \equiv -33$$ $$F_{125} = F_{63}^2+F_{62}^2= 36+1089 = 1125 \equiv 0$$