OFFSET
1,1
COMMENTS
It can be shown that for every positive integer there exist infinitely many multiples containing all the 10 digits.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..1000
MATHEMATICA
With[{t=Sort[FromDigits[Join[{1}, #]]&/@Permutations[{2, 3, 4, 5, 6, 7, 8, 9, 0}]]}, Flatten[ Table[Select[t, Divisible[#, n]&, 1], {n, 20}]]] (* Harvey P. Dale, Aug 26 2014 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 19 2001
EXTENSIONS
Corrected and extended by Patrick De Geest, Jun 04 2001
STATUS
approved