OFFSET
1,1
LINKS
Indranil Ghosh, Table of n, a(n) for n = 1..50000
Chris C. Caldwell, Yarborough prime
James Maynard, Primes with restricted digits, arXiv:1604.01041 [math.NT], 2016.
James Maynard and Brady Haran, Primes without a 7, Numberphile video (2019)
FORMULA
a(n) >> n^k with k = log 10/log 8 = 1.107.... - Charles R Greathouse IV, Jan 02 2013
MATHEMATICA
Select[Prime[Range[100]], Min[IntegerDigits[ # ]]>1&]
PROG
(PARI) is(p)=vecsort(digits(p), , 8)[1]>1 && isprime(p) \\ Charles R Greathouse IV, Jan 02 2013
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, May 07 2005
EXTENSIONS
Terms > 523 added by Jonathan Vos Post, Feb 10 2010
STATUS
approved