The sequence is defined by the recursion
and the set of starting values .
(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.
, 2014
Solution
We consider second, third and sixth powers modulo 7:
| x | |||
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 1 |
| 2 | 4 | 1 | 1 |
| 3 | 2 | 6 | 1 |
| 4 | 2 | 1 | 1 |
| 5 | 4 | 6 | 1 |
| 6 | 1 | 6 | 1 |
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: and for all indices .
We can start the induction by noting that the values for the first three elements of the sequence modulo 7 are , and .
We now wish to show that the assumption "none of the elements , or is congruent to 0 or 1 modulo 7" implies " is not congruent to 0 or 1 modulo 7" for all indices .
By definition of the sequence, we have . By the assumption of the induction, we know that holds. The second expression in the sum, , can only assume the values 3 or 4 modulo 7 (since 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, , can only assume the values 1, 2 or 4. Summing all possible values, we see that can only be congruent to 2, 3, 4, 5 or 6 modulo 7, which completes the induction.
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.