IMC 2024 · Problem 10

Day 231st IMC · Blagoevgrad, Bulgaria

Statement

We say that a square-free positive integer nn is almost prime if

nxd1+xd2++xdkkxn \mid x^{d_1} + x^{d_2} + \ldots + x^{d_k} - kx

for all integers xx, where 1=d1<d2<<dk=n1 = d_1 < d_2 < \ldots < d_k = n are all the positive divisors of nn. Suppose that rr is a Fermat prime (i.e. it is a prime of the form 22m+12^{2^m} + 1 for an integer m0m \ge 0), pp is a prime divisor of an almost prime integer nn, and p1(modr)p \equiv 1 \pmod{r}. Show that, with the above notation, di1(modr)d_i \equiv 1 \pmod{r} for all 1ik1 \le i \le k.

(An integer nn is called square-free if it is not divisible by d2d^2 for any integer d>1d > 1.)

Official solution

Hidden so you can work on the problem first.

Proposed by Tigran Hakobyan, Yerevan State University, Vanadzor, Armenia.