login
A106116
Primes with smallest digit > 1.
7
2, 3, 5, 7, 23, 29, 37, 43, 47, 53, 59, 67, 73, 79, 83, 89, 97, 223, 227, 229, 233, 239, 257, 263, 269, 277, 283, 293, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 433, 439, 443, 449, 457, 463, 467, 479, 487, 499, 523, 547, 557, 563, 569, 577, 587, 593
OFFSET
1,1
LINKS
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
Intersection of A038603 and A038618.
Sequence in context: A320585 A024770 A038603 * A091727 A240920 A030144
KEYWORD
nonn,base
AUTHOR
Zak Seidov, May 07 2005
EXTENSIONS
Terms > 523 added by Jonathan Vos Post, Feb 10 2010
STATUS
approved