.
The FIbonacci numbers f_n are defined by the equations f_1 = 1, f_2 = 1,
f_(n+1) = f_n + f_(n−1) (n ≥ 2).
Find gcd(f_10,7!)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I made calculations and got = 55.
Hence, gcd(f_10,7!) = 5.
When I completed it, I looked into Wikipedia (this article).
It confirms that = 55.
So you can replace calculations by looking in Wikipedia, too.