let F(n) is the sequences of fibonacci number.
start from F(1) = 1 and F(2) = 1
is it true that if and only if with every natural number n?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As the Fibonacci sequence is based only on adding, we only need to consider each term mod4.
As F(1) = F(7), and F(2) = F(8), and the recurrence relation only depends on the last 2 terms, this cycle of 0 Mod 4 every 6 terms will always be true