OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
MATHEMATICA
edn[n_]:=Module[{k=2}, While[Take[IntegerDigits[k*n], -IntegerLength[n]] != IntegerDigits[n], k++]; k*n]; Array[edn, 50] (* Harvey P. Dale, Jun 22 2022 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 24 2002
EXTENSIONS
More terms from Ray Chandler, Oct 12 2003
STATUS
approved