MathDB
GCD of terms of Fibonacci style sequence

Source: RMO Delhi 2016, P2

October 11, 2016
number theorygreatest common divisor

Problem Statement

Consider a sequence (ak)k1(a_k)_{k \ge 1} of natural numbers defined as follows: a1=aa_1=a and a2=ba_2=b with a,b>1a,b>1 and gcd(a,b)=1\gcd(a,b)=1 and for all k>0k>0, ak+2=ak+1+aka_{k+2}=a_{k+1}+a_k. Prove that for all natural numbers nn and kk, gcd(an,an+k)<ak2\gcd(a_n,a_{n+k}) <\frac{a_k}{2}.