The sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, ...

The terms f3 , f6 , f9 , f12 , f15 ... are even which leads to the conjecture that the Fibonnaci number fn is even if and only if n is a multiple of 3.

The sequence of parities must be even, odd, odd, even, odd, odd, even, odd, odd, even, ...

The term f3 is even and the term before it is odd.

If fn-1 is odd and fn is even then fn+1 is odd, fn+2 , is odd and fn+3 is even because it is the sum of two odd numbers so every third term, starting with f3 will be even.



It appears from the first few terms that as f4 , f8 , f12 are divisible by 3 we might make the conjecture that fs is divisible by 3 if and only if s is a multiple of 4. Using the defining relation for Fibonnaci numbers we get:
fn+4 = fn+3 + fn+2 =2 fn+2 + fn+1 =3 fn+1 +2 fn =5 fn +3 fn-1

This shows that if fn is a multiple of 3 then fn+4 is a multiple of 3. As we know f4 is a multiple of 3 it follows, using the axiom of induction, that fs is divisible by 3 if s is a multiple of 4.

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 fs is divisible by 3 only if s is a multiple of 4.