OFFSET
1,1
EXAMPLE
117 = 9*13 is a term.
MATHEMATICA
Select[9Range[500], And@@OddQ[IntegerDigits[#]]&] (* Harvey P. Dale, May 30 2013 *)
PROG
(PARI) is(n)=n%9==0 && #setintersect(Set(digits(n)), [0, 2, 4, 6, 8])==0 \\ Charles R Greathouse IV, Feb 15 2017
CROSSREFS
KEYWORD
nonn,base,easy,changed
AUTHOR
Amarnath Murthy, May 28 2001
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 30 2001
STATUS
approved