Solution: Day 5, problem 2


The solutions of the fifth day problems problems are somewhat longer and we only give highlights.

The sequence ( un ) starts 5/4, 51/14, 277/20, 1497/26, 4045/16, ... It is required to show that the first integral un is u2755452 = 102019025 (approx). The first step is to note that the numbers Un = (6n + 2)un satisfy the recursion relation Un+3 = Un + 2Un+1 + 5Un+2 (the proof is elementary and I omit it) and hence are all integral. One must thus show that the congruence Un = 0 modulo (6n + 2) holds for n0 = 2755452 and for no smaller value of n. (To find the approximate size of un0 is then easy since the explicit solution of the recursion gives Un ~ ABn with A = 1.75487766624669276 ... , B = 5.40431358073618481197 ... .) Again the detailed proof is complicated and I skip it, mentioning only that this is in the same category as the problem of finding pseudoprimes (for instance, a 2-pseudoprime is a composite integer n for which the number 2n-1 = 1 modulo n, and this is a similar condition to the integrality of un since the numbers 2n-1 - 1 satisfy a linear recursion Tn+2 = 3Tn+1 - 2Tn similar to that of the Un) and can be analyzed by studying the splitting behavior of the cubic polynomial X3 - 5X2 - 2X - 1 modulo varying primes.


Return to the problems.

Don Zagier 1996