Let an integer be given. For each integer , we put
where are all distinct prime divisors of . Find all values for which the sequence defined by and is bounded for all integers .
Problem 1493
Official solution
To solve the problem, we need to analyze the behavior of the sequence defined by and for , where and are all distinct prime divisors of .
1. **Express in terms of Euler's Totient Function:**
where is Euler's Totient Function, which counts the number of integers up to that are coprime with .
2. **Behavior of :**
Euler's Totient Function is always less than for . Specifically, , where are the distinct prime divisors of .
3. Boundedness of the sequence:
We need to determine for which values of the sequence is bounded for all integers .
4. **Case :**
For sufficiently large , all prime divisors of are less than or equal to the largest prime divisor of , which is 2. Thus, will eventually be a power of 2, and . Therefore, , and the sequence becomes constant and hence bounded.
5. **Case :**
For sufficiently large , all prime divisors of are less than or equal to the largest prime divisor of , which is 3. Thus, will eventually be of the form . For such , . Therefore, , and the sequence becomes constant and hence bounded.
6. **Case :**
For , consider the product of the terms:
where is the largest prime divisor of . If , then:
This implies that will eventually increase rather than decrease it, making the sequence unbounded.
Conclusion:
The sequence is bounded for all integers if and only if or .
The final answer is or .