login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A320062
Nonprimes with odd digits only.
0
1, 9, 15, 33, 35, 39, 51, 55, 57, 75, 77, 91, 93, 95, 99, 111, 115, 117, 119, 133, 135, 153, 155, 159, 171, 175, 177, 195, 315, 319, 333, 335, 339, 351, 355, 357, 371, 375, 377, 391, 393, 395, 399, 511, 513, 515, 517, 519, 531, 533, 535, 537, 539, 551, 553, 555
OFFSET
1,2
PROG
(PARI) isok(n) = !isprime(n) && (d=digits(n)) && (#select(x->x%2, d) == #d); \\ Michel Marcus, Oct 05 2018
CROSSREFS
Intersection of A018252 and A014261.
Supersequence of A062016.
Sequence in context: A124580 A103508 A051246 * A062016 A108637 A091296
KEYWORD
nonn,base
AUTHOR
Enrique Navarrete, Oct 04 2018
STATUS
approved