$f_n$ is divisible by 3 if and only if n is divisible by 4.
This seem to be true as $f_4=3$ $f_8=21$
So would I do $F_{4n}=F_{4n-1}+f_{4n-2}$
The turn n into n+1 using the induction.
$F_{4n+1}=F_{4n}+F_{4(n-1)}$ ??
Another question I have is similiar if $f_n$ divisible by 4 if and oly if n is divisible by 6.
It also seem true $f_6=8$
Would I use same method to show this.