Maths Olympiad Prep

Track / Stage 6 / 339 of 400 #1339 of 1964

Problem 1339

National olympiad, first round
Number theory Difficulty 6.7 Prove it

Prove that the integer 11+33+55+..+(2n1)2n11^1 + 3^3 + 5^5 + .. + (2^n - 1)^{2^n-1} is a multiple of 2n2^n but not a multiple of 2n+12^{n+1}.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

1. Base Case:
For n=2 n = 2 , we need to check if 11+33 1^1 + 3^3 is a multiple of 22=4 2^2 = 4 but not a multiple of 23=8 2^3 = 8 .
11+33=1+27=28 1^1 + 3^3 = 1 + 27 = 28
Clearly, 28 28 is divisible by 4 4 but not by 8 8 . Thus, the base case holds.

2. Inductive Step:
Assume the statement is true for n1 n-1 , i.e.,
11+33++(2n11)2n112n1(mod2n) 1^1 + 3^3 + \cdots + (2^{n-1} - 1)^{2^{n-1} - 1} \equiv 2^{n-1} \pmod{2^n}
We need to show that:
11+33++(2n1)2n12n(mod2n+1) 1^1 + 3^3 + \cdots + (2^n - 1)^{2^n - 1} \equiv 2^n \pmod{2^{n+1}}

3. Analyzing the New Term:
Consider the term (2n1)2n1(2^n - 1)^{2^n - 1}. For any odd x x , we have:
ν2(x2n11)=ν2(x21)+ν2(2n2) \nu_2(x^{2^{n-1}} - 1) = \nu_2(x^2 - 1) + \nu_2(2^{n-2})
Since x x is odd, x21 x^2 - 1 is divisible by 4 4 , so:
ν2(x21)2 \nu_2(x^2 - 1) \geq 2
And:
ν2(2n2)=n2 \nu_2(2^{n-2}) = n-2
Thus:
ν2(x2n11)2+(n2)=n \nu_2(x^{2^{n-1}} - 1) \geq 2 + (n-2) = n
Therefore, x2n11(mod2n) x^{2^{n-1}} \equiv 1 \pmod{2^n} .

4. Combining Terms:
Consider the sum:
11+33++(2n1)2n1 1^1 + 3^3 + \cdots + (2^n - 1)^{2^n - 1}
By the inductive hypothesis:
11+33++(2n11)2n112n1(mod2n) 1^1 + 3^3 + \cdots + (2^{n-1} - 1)^{2^{n-1} - 1} \equiv 2^{n-1} \pmod{2^n}
Adding the new term:
(2n1)2n11(mod2n) (2^n - 1)^{2^n - 1} \equiv 1 \pmod{2^n}
So:
11+33++(2n1)2n12n1+1(mod2n) 1^1 + 3^3 + \cdots + (2^n - 1)^{2^n - 1} \equiv 2^{n-1} + 1 \pmod{2^n}

5. **Modulo 2n+1 2^{n+1} :**
We need to show that the sum is 2n(mod2n+1) 2^n \pmod{2^{n+1}} . Since:
2n1+12n(mod2n+1) 2^{n-1} + 1 \equiv 2^n \pmod{2^{n+1}}
This completes the inductive step.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.