ARGENTINA MO 2023 National Level 3
Source:
March 22, 2024
number theory
Problem Statement
Let be a positive integer. Beto writes a list of non-negative integers on the board. Then he performs a succession of moves (two steps) of the following type:
First for each , he counts how many numbers on the board are less than or equal to .
Let be the number obtained for each .
Next, he erases all the numbers from the board and writes the
numbers .
For example, if and the initial numbers on the board are , after the first move, the numbers on the board will bec;after the second move they will be , and so on.
Show that, for every and every initial configuration, there will come a time after which the numbers will no longer be modified when using this move.
Find (as a function of ) the minimum value of such that, for any initial configuration, the moves made from move number will not change the numbers on the board.