I observed that f3, f6, f9 and f12 are even. Up to
here, fn is even when n is a multiple of 3. I must prove that
such a pattern continues.
I also observed that f4, f8 and f12 are multiples of 3.
I could deduce that fn is a multiple of 3 when n is a
multiple of 4.
Now, I must prove the conjectures that I observed. I shall prove
them both by induction.
1) fn - even
f3 = 2 as calculated before. Let p be a positive integer. I
consider that f3p is even. I must prove that f3p+3 is
also even. From the definition of the Fibonacci Sequence, I
obtain:
In this case 3f4q+1 is divisible by 3, and so is f4q
(from my hypothesis). I must also say that f4 = 3, which is a
multiple of 3. Hence by the axiom of induction fn is a multiple
of 3 if n is a multiple of 4.
Editor's note: We should still show that these are the only
Fibonnaci numbers divisible by 3 to prove the 'only if' condition.
If any two consecutive Fibonnaci numbers have a common factor (say
3) then every Fibonnaci number must have that factor. This is
clearly not the case so no two consecutive Fibonnaci numbers can
have a common factor. If fn and fn+2 are both multiples of
3 then fn+1 must also be a multiple of 3 and hence all
Fibonnaci numbers will be multiples of 3 which is not the case.
This shows that if fn and fn+4 are multiples of 3 then no
Fibonnaci numbers between them can be multiples of 3, that is
fn is divisible by 3 only if n is a multiple of 4.