Maths Olympiad Prep

Library / /3 of 6

Number theory Difficulty 5.2 AIME, harder Prove it Ukraine

Let's consider the sequence of positive integers (xn)(x_n), that is given by the formula:
xn=52n1x_n = 5 \cdot 2^n - 1, nNn \in N. Prove, that there is an infinite number of pairs (xi,xj)(x_i, x_j) of elements that are mutually-prime, and at the same time none of the elements xkx_k in this infinite sequence of pairs is included at the initial sequence infinite number of times.
(Bogdan Rublyov)

Solution

Everything follows from this equation: nN\forall n \in N
xn+12xn=52n+112(52n1)=102n1102n+2=1. x_{n+1} - 2x_n = 5 \cdot 2^{n+1} - 1 - 2 \cdot (5 \cdot 2^n - 1) = 10 \cdot 2^n - 1 - 10 \cdot 2^n + 2 = 1.
So, GCF of (xn+1,xn)(x_{n+1}, x_n) is a divisor of 11, what means that they're coprime. What had to be shown.

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 and solution reproduced as published; topic and difficulty added by this site.