IMO 2011 A2 #
Let $N$ be a non-negative integer. Determine all sequences $(x_1, x_2, …, x_{N + 1})$ of positive integers such that for every positive integer $n$, there exists an integer $a$ with $$ x_1^n + 2 x_2^n + … + (N + 1) x_{N + 1}^n = a^{n + 1} + 1. $$
Answer #
Those with $x_1 = 1$ and $x_2 = x_3 = … = x_{N + 1} = 2 + 3 + … + (N + 1) = N(N + 3)/2$.
Solution #
We follow the official solution. The official solution directly assumes $a$ is positive, which can indeed be assumed. The sign of $a$ does not matter if $n$ is odd, and we must have $a > 0$ if $n$ is even.
Extra lemmas #
The supremum of a non-empty multiset belongs to the multiset.
Start of the problem #
Let S and T be multisets of non-negative integers such that there exists infinitely
many n satisfying ∑_{x ∈ S} x^n = ∑_{x ∈ T} x^n. Then sup S = sup T.
Let S and T be multisets of positive integers such that there exists infinitely
many n satisfying ∑_{x ∈ S} x^n = ∑_{x ∈ T} x^n. Then S = T.
Suppose that |S| = k + 1, and for every n > 0, there exists a : ℕ such that
∑_{x ∈ S} x^n = a^{n + 1} + 1. Then S = {1, k, …, k} with k repeated k times.
Suppose that ∑_{i ≤ N} {x_i, …, x_i} = {1, a, …, a},
where each x_i is repeated i + 1 times and a is repeated k times.
Then k = N(N + 3)/2, x_0 = 1, and x_i = a for all i > 0.