login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 1 09:02 EDT 2024. Contains 372163 sequences. (Running on oeis4.)