Answer: N=1.
Recall that
221+321+⋯+n21<1.
for all n>1. Using this inequality, show by induction on N that the board may get at most N2 numbers, with equality achieved only for N=1.
Lemma. For any natural n>1, the inequality
221+321+⋯+n21<1
holds.
Proof. Clearly, for t>1,
t21<t(t−1)1=t−11−t1.
Summing such inequalities for t=2,3,…,n, we get
221+321+⋯+n21<1−21+21+31+⋯+n−11−n1=1−n1<1,□
which is what was required.
Let us prove by induction on N that for any natural N, the board can contain at most N2 numbers, and exactly N2 numbers can appear only for N=1. This will yield the answer to the problem.
The base case N=1 is obvious. For the induction step, suppose N>1. Let 1=d1<d2<⋯<dk<dk+1=N be all divisors of N. After the first replacement, the numbers d1,d2,…,dk will be on the board. Mentally divide the board into k parts so that the number dj is in the j-th part. At each subsequent replacement, write the successors of a number in the same part where the number itself was. By the induction hypothesis, in the j-th part of the board there can be at most dj2 numbers. Therefore, the total number of numbers on the board cannot exceed d12+d22+⋯+dk2.
Now note that the numbers N/d1>N/d2>⋯>N/dk>N/dk+1 are also divisors of N. Therefore, they are equal to dk+1,dk,…,d2,d1 respectively. Taking the lemma into account, we get that the total number of numbers on the board does not exceed:
d12+d22+⋯+dk2=dk+12N2+dk2N2+⋯+d22N2==N2(d221+d321+⋯+dk+121)≤≤N2(221+321+⋯+N21)<N2⋅1=N2,
with strict inequality for N>1.
Therefore, the only possible value is N=1.