Maths Olympiad Prep

Library / /303 of 397

Number theory Difficulty 6.6 National Olympiad Prove it Taiwan

Let fn\langle f_n \rangle be the Fibonacci sequence, that is, f0=0f_0 = 0, f1=1f_1 = 1, and that fn+2=fn+1+fnf_{n+2} = f_{n+1} + f_n holds for all nonnegative integers nn.
Find all pairs (a,b)(a, b) of positive integers with a<ba < b such that fn2nanf_n - 2n \cdot a^n is divisible by bb for all positive integers nn.

Solution

By the given condition, bf12ab \mid f_1 - 2a, that is, b12ab \mid 1 - 2a. But since b>ab > a, we get b=2a1b = 2a - 1. Moreover, for every positive integer nn, we have
bfn2nan,bfn+12(n+1)an+1,bfn+22(n+2)an+2.(1) b \mid f_n - 2n a^n, \quad b \mid f_{n+1} - 2(n+1)a^{n+1}, \quad b \mid f_{n+2} - 2(n+2)a^{n+2}. \quad (1)
From these three relations, together with fn+2=fn+1+fnf_{n+2} = f_{n+1} + f_n and b=2a1b = 2a-1, we know that
b(n+2)an+2(n+1)an+1nan. b \mid (n + 2)a^{n+2} - (n + 1)a^{n+1} - n a^n.
Also, since b=2a1b = 2a - 1 is necessarily coprime to aa, we obtain
b(n+2)a2(n+1)an.(2) b \mid (n + 2)a^2 - (n + 1)a - n. \quad (2)
Substituting n+1n+1 for nn in (2) gives
b(n+3)a2(n+2)a(n+1).(3) b \mid (n + 3)a^2 - (n + 2)a - (n + 1). \quad (3)
Subtracting the right-hand sides of (2) and (3), we obtain
ba2a1,that is,(2a1)a2a1,(2a1)4a24a4. \begin{aligned} & b \mid a^2 - a - 1, \\ \text{that is,}\quad & (2a - 1) \mid a^2 - a - 1, \\ & (2a - 1) \mid 4a^2 - 4a - 4. \end{aligned}
Since 4a24a4=(2a1)254a^2 - 4a - 4 = (2a - 1)^2 - 5, it follows that 2a12a - 1 divides 5-5, so 2a1=12a - 1 = 1 or 55, which yields only one solution a=3,b=2a1=5a = 3, b = 2a - 1 = 5. (The other solution a=1,b=2a1=1a = 1, b = 2a - 1 = 1 does not satisfy b>ab > a, so it is discarded.)

Finally we check sufficiency, that is, that (a,b)=(3,5)(a, b) = (3, 5) satisfies the given condition; that is, for every positive integer nn, fn2n3nf_n - 2n \cdot 3^n is indeed divisible by 55. When n=1,2n = 1, 2, f1213=16=5f_1 - 2 \cdot 1 \cdot 3 = 1 - 6 = -5, f22232=136=35f_2 - 2 \cdot 2 \cdot 3^2 = 1 - 36 = -35 are indeed both divisible by 55.

Now suppose the conclusion holds for n=k,k+1n = k, k + 1, that is, fk2k3kf_k - 2k \cdot 3^k and fk+12(k+1)3k+1f_{k+1} - 2(k + 1) \cdot 3^{k+1} are both divisible by 55. Then 55 also divides
(fk+12(k+1)3k+1)+(fk2k3k)=fk+223k(4k+3). (f_{k+1} - 2(k+1) \cdot 3^{k+1}) + (f_k - 2k \cdot 3^k) = f_{k+2} - 2 \cdot 3^k (4k + 3).

Thus, for 55 to divide fn+22(k+2)3k+2f_{n+2} - 2(k+2) \cdot 3^{k+2}, this condition is equivalent to
9(k+2)4k+3(mod5). 9(k + 2) \equiv 4k + 3 \pmod{5}.
But this is equivalent to 55 dividing 5k+155k+15, which clearly holds. Hence, by mathematical induction, the problem is proved.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from zh; metadata (topic, difficulty) added by this project.