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”).

A128389
Emirps with only composite digits (i.e., 4, 6, 8, 9).
2
94889, 98849, 98999, 99989, 946949, 949649, 9446989, 9464849, 9466949, 9468869, 9468989, 9484649, 9489899, 9494689, 9496649, 9648889, 9666689, 9688649, 9689689, 9699889, 9844699, 9844889, 9846989, 9864889, 9864949, 9866669
OFFSET
1,1
COMMENTS
Subsequence of A128374.
MATHEMATICA
Select[Prime@Range[10^6], # != r[ # ] && PrimeQ[r[ # ]] && Intersection[IntegerDigits[ # ], {0, 1, 2, 3, 5, 7}] == {} &] (* Ray Chandler, Mar 06 2007 *)
CROSSREFS
KEYWORD
nonn,less,base
AUTHOR
Lekraj Beedassy, Feb 28 2007
EXTENSIONS
Extended by Ray Chandler, Mar 06 2007
STATUS
approved