What is the greatest common divisor of the 2013th and 2014th Fibonacci Number?
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.
It all comes down to the fact that g c d ( a , b ) = g c d ( a + b , b ) .
Since g c d ( f 1 , f 2 ) = 1 , it would be the same all the other consecutive Fibonacci number pairs.