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!)
A154981 Primes with nonprime smallest digit. 2
11, 13, 17, 19, 31, 41, 47, 61, 67, 71, 89, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 241, 251, 271, 281, 307, 311, 313, 317, 331, 401, 409, 419, 421, 431, 449, 457, 461, 467, 479, 487, 491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Nonprime digits in base 10 are 0, 1, 4, 6, 8 and 9.
LINKS
EXAMPLE
17 is in the sequence because its smallest digit is 1, which is not prime.
19 is in the sequence because its smallest digit is 1, which is not prime (neither is 9, for that matter).
23 is not in the sequence because both of its digits are prime.
MATHEMATICA
Select[Prime[Range[150]], Not[PrimeQ[Min[IntegerDigits[#]]]] &] (* Alonso del Arte, Mar 28 2014, based on Harvey P. Dale's program for A155053 *)
CROSSREFS
Sequence in context: A267277 A155071 A003626 * A092912 A092911 A062634
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Entries checked by R. J. Mathar, Mar 29 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 April 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)