OFFSET
1,1
COMMENTS
Primes not in A160337.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
197 is prime and it contains the digit 9.
MATHEMATICA
Select[Prime[Range[100]], ContainsAny[IntegerDigits[#], {4, 6, 8, 9}]&]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Nov 04 2019
STATUS
approved