Maths Olympiad Prep

Library / /12 of 53

Algebra Difficulty 5.9 AIME, harder Prove it Vietnam

A sequence (an)(a_n) is defined by a1=5a_1 = 5, a2=13a_2 = 13 and
an+2=5an+16an,n2. a_{n+2} = 5a_{n+1} - 6a_n, \forall n \ge 2.
a) Prove that gcd(an,an+1)=1\gcd(a_n, a_{n+1}) = 1 for all positive integers nn.
b) Prove that if pp is the prime divisor of a2ka_{2k} then p1p-1 is divisible by 2k+12^{k+1} for all non-negative integers kk.

Solution

a) It is easy to find the general formula of (an)(a_n), which is
an=2n+3n,nZ+. a_n = 2^n + 3^n, \forall n \in \mathbb{Z}^+.
Suppose that there exists n1n \ge 1 that an,an+1a_n, a_{n+1} have common prime divisor pp. Clearly, gcd(p,6)=1\gcd(p, 6) = 1. We have
{p2n+3n,p2n+1+3n+1,so{p32n+3n+1,p22n+3n+1, \begin{cases} p|2^n + 3^n, \\ p|2^{n+1} + 3^{n+1}, \end{cases} \quad \text{so} \quad \begin{cases} p|3 \cdot 2^n + 3^{n+1}, \\ p|2 \cdot 2^n + 3^{n+1}, \end{cases}
implies that p2np | 2^n, which is a contradiction since gcd(p,6)=1\gcd(p, 6) = 1.

b) Let pp be the prime divisor of 22k+32k2^{2^k} + 3^{2^k}. Clearly, 22k32k(modp)2^{2^k} \equiv -3^{2^k} \pmod p so 22k+132k+1(modp)2^{2^{k+1}} \equiv 3^{2^{k+1}} \pmod p. By Fermat's little theorem,
2p13p11(modp). 2^{p-1} \equiv 3^{p-1} \equiv 1 \pmod p.
Let hh be the smallest positive integer that 2h3h(modp)2^h \equiv 3^h \pmod p. It is well-known that for all hhh' \ge h satisfying this condition, hhh|h'. Now, we obtain that h=2k+1h' = 2^{k+1} satisfying that condition then h2k+1h|2^{k+1}, thus h=2xh = 2^x with 0xk+10 \le x \le k+1. Suppose that xkx \le k then
2x3x(modp) so p2x3x22k32k, 2^x \equiv 3^x \pmod p \text{ so } p|2^x - 3^x|2^{2k} - 3^{2^k},
which is a contradiction since p22k+32kp|2^{2^k} + 3^{2^k}. Therefore, we must get x=k+1x = k+1, which implies 2k+1p12^{k+1} | p-1. \square

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.