A sequence satisfies , and for each non-negative integer . If there exist some integer such that , call such minimum a fundamental period of . Find all integers which can be a fundamental period of some seqeunce; and for such minimal odd period , find all values of such that the fundamental period of equals .
Problem 1391
Official solution
To solve this problem, we need to analyze the behavior of the sequence given the piecewise recurrence relation. We will determine the fundamental period for which and find the values of that satisfy this condition.
1. Analyzing the recurrence relation:
The sequence is defined by:
2. **Case 1: **
This is a linear recurrence relation. If , then:
For to be equal to again, we need:
However, must be in the range , so this case does not provide a valid solution.
3. **Case 2: **
This is a simple reflection about the point . If and , then:
For to be equal to again, we need:
However, must be an integer, so this case does not provide a valid solution.
4. **Case 3: **
This is another linear recurrence relation. If and , then:
For to be equal to again, we need:
Again, must be an integer, so this case does not provide a valid solution.
5. **Case 4: **
This is another reflection about the point . If and , then:
For to be equal to again, we need:
However, must be greater than , so this case does not provide a valid solution.
6. Conclusion:
Based on the analysis, we find that the sequence does not have a fundamental period for any in the given range . Therefore, there are no integers that can be a fundamental period of the sequence.