A061810 Multiples of 3 with all odd digits.
3, 9, 15, 33, 39, 51, 57, 75, 93, 99, 111, 117, 135, 153, 159, 171, 177, 195, 315, 333, 339, 351, 357, 375, 393, 399, 513, 519, 531, 537, 555, 573, 579, 591, 597, 711, 717, 735, 753, 759, 771, 777, 795, 915, 933, 939, 951, 957, 975, 993, 999, 1113, 1119
Offset: 1
Examples
135 is a term having all odd digits and 135 = 3*45.
Programs
-
PARI
is(n)=n%3==0 && #setintersect(Set(digits(n)), [0,2,4,6,8])==0 \\ Charles R Greathouse IV, Feb 15 2017
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001