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

A155070
Primes with nonprime largest digit.
0
11, 19, 29, 41, 43, 59, 61, 79, 83, 89, 97, 101, 109, 139, 149, 163, 179, 181, 191, 193, 197, 199, 229, 239, 241, 263, 269, 281, 283, 293, 349, 359, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 461, 463, 479, 487, 491, 499, 509, 563, 569
OFFSET
1,1
COMMENTS
Nonprime digit = 0, 1, 4, 6, 8 and 9.
Zero cannot be the largest digit of any prime number. - Harvey P. Dale, Jul 14 2014
EXAMPLE
11(1=1=nonprime), 19(1<9=nonprime), 29(2<9=nonprime), 41(nonprime=4>1), etc.
MATHEMATICA
Select[Prime[Range[200]], !PrimeQ[Max[IntegerDigits[#]]]&] (* Harvey P. Dale, Jul 14 2014 *)
CROSSREFS
Sequence in context: A277123 A034099 A034109 * A080821 A175275 A094517
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected (239 and 443 inserted) by R. J. Mathar, May 05 2010
STATUS
approved