A164832 Least nonnegative integer k such that the decimal representations of k and k+1 have n distinct digits in common.
0, 10, 100, 1020, 10230, 102340, 1023450, 10234560, 102345670, 1023456780, 10234567889
Offset: 0
Examples
a(10) = 10234567889 because 10234567889 and 10234567890 have all 10 decimal digits in common and this property does not hold for any smaller positive integer.
Comments