Maths Olympiad Prep

Library / /60 of 63

, 2024

Number theory Difficulty 9.0 Shortlist Prove it Turkey

For an integer nn, let σ(n)\sigma(n) be the sum of all positive divisors of nn. A sequence of positive integers (ai)i=0(a_i)_{i=0}^{\infty} is defined as follows: a0=1a_0 = 1 and for each n>1n > 1, ana_n is the smallest integer greater than 1 such that
σ(a0a1an1)σ(a0a1an). \sigma(a_0 a_1 \cdots a_{n-1}) \mid \sigma(a_0 a_1 \cdots a_n).
Determine the number of terms of this sequence dividing the number 202420242024^{2024}.

Solution

Answer: 36.

We will show that this sequence is increasing and consists of all the numbers of the form p2np^{2^n}, where pp is a prime and nn is a non-negative integer. Thus, all the terms satisfying the condition are 1,2,11,23,,21024,111024,231024,22048,240961, 2, 11, 23, \dots, 2^{1024}, 11^{1024}, 23^{1024}, 2^{2048}, 2^{4096}.

Let SS be the set of positive integers of the described form p2np^{2^n}. We will use induction to prove that ana_n is the nthn^{\text{th}} smallest number of SS. It is easy to verify that for n=1,2n=1, 2 the statement is correct. Assume that it is true for a1,a2,,an1a_1, a_2, \dots, a_{n-1}. Note that the nthn^{\text{th}} smallest term in the set SS already satisfies the problem condition. We will consider two cases.

For the first case, assume that ana_n has only one prime divisor, say pp. If there are no other terms among the first n1n-1 that is not divisible by pp, then we must have an=pa_n = p by the minimality assumption. Otherwise, assume it is equal to pyp^y for some yy. By the induction hypothesis, all the previous terms that are divisible by pp are p,p2,,p2x1p, p^2, \dots, p^{2^{x-1}} for some xx. Then, since the σ\sigma function is multiplicative for relatively prime numbers we should only consider the powers of pp for the divisibility condition. Then, we must have p2x1p2x+y1p^{2^x-1} \mid p^{2^x+y}-1 which means 2x2x+y2^x\mid 2^x+y hence y2xy \ge 2^x. Which means, we must have an=p2xa_n = p^{2^x} since it is the smallest possible choice for ana_n and it satisfies the problem conditions. Note that in this case ana_n is in the set SS, it is a number that has not appeared before, and it is the minimal possible number in SS satisfying these conditions as claimed.

For the second case, assume that ana_n has at least two distinct prime divisors. Let i=0n1ai=cn\prod_{i=0}^{n-1} a_i = c_n. By the minimality condition, we can assume that ana_n has no prime divisors that is relatively prime to cn1c_{n-1}, because in that case that prime divisor itself would satisfy the condition and it is smaller than ana_n. Assume that the prime divisors of ana_n represented in the product cn1c_{n-1} be pixip_i^{x_i} for 1ik1 \le i \le k and represented in the product cnc_n be piyip_i^{y_i} for 1ik1 \le i \le k. By the induction hypothesis, we have xi=2zi1x_i = 2^{z_i} - 1. Therefore, using the divisibility condition we have
i=1k(pi2zi1)i=1k(piyi1). \prod_{i=1}^{k} (p_i^{2z_i} - 1) \mid \prod_{i=1}^{k} (p_i^{y_i} - 1).
Since there are at least two primes, at least one of them are odd and both sides are even. Comparing the v2v_2 valuation of both sides and using the LTE Lemma, we have
v2(pi2zi1)=v2(p1)+v2(p+1)+z21 v_2(p_i^{2z_i} - 1) = v_2(p - 1) + v_2(p + 1) + z_2 - 1
and
v2(piyi1)v2(p1)+v2(p+1)+v2(yi)1 v_2(p_i^{y_i} - 1) \le v_2(p - 1) + v_2(p + 1) + v_2(y_i) - 1
therefore at least one index ii must satisfy v2(yi)ziv_2(y_i) \ge z_i and since we have non-negative powers this implies yi>2ziy_i > 2^{z_i} and yi2zi+1y_i \ge 2^{z_i+1}. Then, choosing an=pi2zia_n = p_i^{2^{z_i}} also satisfies the condition and it contradicts the minimality condition. Therefore, ana_n can not have two distinct prime divisors. We are done.

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.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.