OFFSET
1,1
COMMENTS
Nonprime digits = 0, 1, 4, 6, 8 and 9.
There are only 153 terms in this sequence, all of which are in the linked b-file. - Harvey P. Dale, Dec 30 2012
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..153
MATHEMATICA
Select[Prime[Range[5000]], Union[PrimeQ[IntegerDigits[#]]] == {False} && Max[ DigitCount[#]]==1&] (* Harvey P. Dale, Dec 30 2012 *)
PROG
(PARI) is(k) = isprime(k) && setintersect([0, 1, 4, 6, 8, 9], v=vecsort(digits(k))) == v; \\ Jinyuan Wang, Mar 27 2020
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Juri-Stepan Gerasimov, Jan 19 2009
EXTENSIONS
Entries checked by R. J. Mathar, Mar 29 2010
STATUS
approved