[Solution] If the fractions n1 and n+11 can be expressed as finite decimal numbers, then it must be that
{n=2a⋅5b,n+1=2c⋅5d.
where a,b,c,d are non-negative integers.
Thus, we have 2c⋅5d−2a⋅5b=1.
When a⩽c,b⩽d, we have
2a⋅5b(2c−a⋅5d−b−1)=1.
That is
{2a⋅5b=1,2c−a⋅5d−b−1=1.
From this, we solve a=0,b=0,c=1,d=0.
Thus, n=1,n+1=2.
When c⩽a,b⩽d, we have
2c⋅5b(5d−b−2a−c)=1.
That is
{2c⋅5b=1,5d−b−2a−c=1.
From this, we solve c=0,b=0, thus
5d−2a=1.
Next, we find all non-negative integer solutions to (1).
Considering mod3, we have
22k≡1(mod3)22k+1≡2(mod3)
where k is a non-negative integer.
Thus, from
1=5d−2a≡2d−2a(mod3),
we know that d is odd, and a is even, so
2a=5d−1=(5−1)(5d−1+5d−2+⋯+1).5d−1+5d−2+⋯+1
Notice that
is the sum of d odd numbers, and is a factor of 2a, so it can only be 1, thus d=1, and hence a=2.
That is, the non-negative integer solutions to (1) are only a=2,d=1.
At this time
n=2a⋅5b=4.
Therefore, only
n=1 and n=4.