A342157 Base-10 numbers m such that k*m = d||d||...||d (here || appears k-1 times), where k is the length of m, d is any m's digit and || represents concatenation.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 148, 185, 148148
Offset: 1
Examples
m=148 is in the sequence, because if we multiply 148 by k=3 (length of 148) we obtain 444, which is d||d||d for d=4 (second digit of 148)
Comments