Maths Olympiad Prep

Library / /23 of 34

, 2014

Number theory Difficulty 6.2 National olympiad Prove it Austria

The sequence an\langle a_n \rangle is defined by the recursion
an+1=5an6+3an13+an22for n2 a_{n+1} = 5a_n^6 + 3a_{n-1}^3 + a_{n-2}^2 \quad \text{for } n \ge 2
and the set of starting values {a0,a1,a2}={2013,2014,2015}\{a_0, a_1, a_2\} = \{2013, 2014, 2015\}.
(i.e., the starting values are these three numbers in arbitrary order.)
Show that the sequence does not contain any sixth power of an integer.

Solution

We consider second, third and sixth powers modulo 7:

xx2x^2x3x^3x6x^6
0000
1111
2411
3261
4211
5461
6161

In order to show that no element of the sequence is a sixth power, it is sufficient to show that no such element is congruent to 0 or 1 modulo 7.
We prove this by induction.
We wish to prove: ai0mod7a_i \neq 0 \bmod 7 and ai1mod7a_i \neq 1 \bmod 7 for all indices ii.
We can start the induction by noting that the values for the first three elements of the sequence modulo 7 are 201342013 \equiv 4, 201452014 \equiv 5 and 201362013 \equiv 6.
We now wish to show that the assumption "none of the elements aia_i, ai1a_{i-1} or ai2a_{i-2} is congruent to 0 or 1 modulo 7" implies "ai+1a_{i+1} is not congruent to 0 or 1 modulo 7" for all indices i2i \ge 2.

By definition of the sequence, we have ai+1=5ai6+3ai13+ai22a_{i+1} = 5a_i^6 + 3a_{i-1}^3 + a_{i-2}^2. By the assumption of the induction, we know that 5ai65mod75a_i^6 \equiv 5 \bmod 7 holds. The second expression in the sum, 3ai133a_{i-1}^3, can only assume the values 3 or 4 modulo 7 (since ai1a_{i-1} can only take on the values from 2 through 6 modulo 7, and a third power of this can therefore only assume the values 1 or 6). By the same argument, the final expression in the sum, ai22a_{i-2}^2, can only assume the values 1, 2 or 4. Summing all possible values, we see that ai+1a_{i+1} can only be congruent to 2, 3, 4, 5 or 6 modulo 7, which completes the induction. \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.