Prove:
The GCD (greatest common divisor) of any two Fibonacci numbers: is also a Fibonacci number!
Derive:
A formula for GCD(fm, fn).
What is the GCD(f6, f21)?
While working on the Prime Fibonacci Numbers, I came across the Wikipedia article on that topic, but which also included GCD(F(m),F(n)) = F(GCD(m,n)), which agrees with a spot check of the posted table. So GCD(F(6),F(21)) = F(3) = 2.