OFFSET
1,1
EXAMPLE
2394 and 2394*7=16758 use once all the digits from 1 to 9.
MATHEMATICA
Select[Range[8000], Sort[Join[IntegerDigits[#], IntegerDigits[#*7]]] == Range[ 9]&] (* Harvey P. Dale, Aug 31 2017 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved