OFFSET
0,1
REFERENCES
D. Wells, Curious and interesting numbers, Penguin Books, p. 128.
LINKS
P. De Geest, Nine digits digressions
EXAMPLE
k=327 -> 2k=654 -> 3k=981 and 327654981 is a 'nine-digit' number.
MATHEMATICA
pdnQ[n_]:=Sort[Flatten[IntegerDigits[{n, 2n, 3n}]]]==Range[9]; Select[Range[987], pdnQ] (* Harvey P. Dale, Jul 07 2012 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
EXTENSIONS
Corrected by Patrick De Geest, Mar 15 2000
Better definition from Tanya Khovanova, Mar 08 2021
STATUS
approved