OFFSET
1,1
MATHEMATICA
dd8Q[n_]:=Length[Union[IntegerDigits[n, 8]]]==3; Select[Range[200], dd8Q] (* Harvey P. Dale, Nov 10 2013 *)
PROG
(PARI) is(n)=#Set(digits(n, 8))==3 \\ Charles R Greathouse IV, Feb 15 2017
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved