Thank you Andrei Lazanu, age 14, School No. 205, Bucharest,
Romania for this solution.
First I wrote the Fibonacci numbers up to
, as calculated
from the recurrence relation in the problem. Here they are:
I observed that
and
are even. Up to
here,
is even when
is a multiple of 3. I must prove that
such a pattern continues.
I also observed that
and
are multiples of 3.
I could deduce that
is a multiple of 3 when
is a
multiple of 4.
Now, I must prove the conjectures that I observed. I shall prove
them both by induction.
1)
- even
as calculated before. Let
be a positive integer. I
consider that
is even. I must prove that
is
also even. From the definition of the Fibonacci Sequence, I
obtain:
Here,
is divisible by 2, and, from my hypothesis,
is also divisible by 2. So,
is divisible by 2.
Hence, by the axiom of induction,
is even if
is a
multiple of 3.
2)
- multiple of 3
Let
be a positive integer. I consider that
is a
multiple of 3. I shall prove now that
is a multiple of
3:
In this case
is divisible by 3, and so is
(from my hypothesis). I must also say that
, which is a
multiple of 3. Hence by the axiom of induction
is a multiple
of 3 if
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
and
are both multiples of
3 then
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
and
are multiples of 3 then no
Fibonnaci numbers between them can be multiples of 3, that is
is divisible by 3 only if
is a multiple of 4.