Maths Olympiad Prep

Library / /23 of 36

Number theory Difficulty 6.0 National Olympiad Prove it Saudi Arabia

The sequence of positive integers {an}n1\{a_n\}_{n \ge 1} is such that
an10001000log2n,n=1,2,3, a_n \le 1000^{1000^{\sqrt{\log_2 n}}}, \quad \forall n = 1, 2, 3, \dots
It is known that any number appears in the sequence at most 50005000 times. Prove that there are infinitely many primes, each of which divides at least one member of the sequence.

Solution

Let SS be the set of all numbers that appear in the sequence {an}n1\{a_n\}_{n \ge 1}. Since each number appears at most 50005000 times, for NN terms of the sequence, the number of distinct elements in SS is at least N/5000N/5000.

Suppose, for contradiction, that only finitely many primes divide the elements of SS. Then all elements of SS are composed only of these finitely many primes, say p1,p2,,pkp_1, p_2, \dots, p_k.

Thus, every ana_n is of the form p1α1p2α2pkαkp_1^{\alpha_1} p_2^{\alpha_2} \cdots p_k^{\alpha_k}, where αi0\alpha_i \ge 0 are integers.

Let M=10001000log2NM = 1000^{1000^{\sqrt{\log_2 N}}}, so anMa_n \le M for nNn \le N.

The number of possible ana_n is at most the number of kk-tuples (α1,,αk)(\alpha_1, \dots, \alpha_k) such that p1α1pkαkMp_1^{\alpha_1} \cdots p_k^{\alpha_k} \le M.

For each ii, αilogpiM\alpha_i \le \log_{p_i} M. So the total number of possible ana_n is at most
i=1k(1+logpiM)(1+log2M)k \prod_{i=1}^k (1 + \log_{p_i} M) \le (1 + \log_2 M)^k
since pi2p_i \ge 2.

But log2M=log2(10001000log2N)=1000log2Nlog21000\log_2 M = \log_2 (1000^{1000^{\sqrt{\log_2 N}}}) = 1000^{\sqrt{\log_2 N}} \cdot \log_2 1000.

So 1+log2M21000log2N1 + \log_2 M \le 2 \cdot 1000^{\sqrt{\log_2 N}} for large NN.

Therefore, the number of possible ana_n is at most (21000log2N)k\left(2 \cdot 1000^{\sqrt{\log_2 N}}\right)^k.

But the number of distinct ana_n among the first NN terms is at least N/5000N/5000.

So
N5000(21000log2N)k \frac{N}{5000} \le \left(2 \cdot 1000^{\sqrt{\log_2 N}}\right)^k
Take logarithms:
log2Nlog25000k(1+log2Nlog21000) \log_2 N - \log_2 5000 \le k \left(1 + \sqrt{\log_2 N} \cdot \log_2 1000\right)
For large NN, log2N\log_2 N grows much faster than log2N\sqrt{\log_2 N}, so for fixed kk, this inequality fails for large NN.

Therefore, our assumption that only finitely many primes divide the sequence is false.

Thus, there are infinitely many primes, each of which divides at least one member of the sequence.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.