OFFSET
1,1
EXAMPLE
13458 and 67290=13458*5 together contain all the 10 digits once.
MATHEMATICA
pdQ[n_]:=Module[{idn=IntegerDigits[n], idn5=IntegerDigits[5n]}, Union[Join[idn, idn5]]==Range[0, 9]]
Select[Range[50000], pdQ] (* Harvey P. Dale, Mar 06 2011 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
More terms from Harvey P. Dale, Mar 06 2011
STATUS
approved