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!)
A140556 Primes p such that p + 10 is not a prime. 1
2, 5, 11, 17, 23, 29, 41, 47, 53, 59, 67, 71, 83, 89, 101, 107, 109, 113, 131, 137, 149, 151, 167, 173, 179, 191, 193, 197, 199, 211, 227, 233, 239, 251, 257, 263, 269, 277, 281, 293, 311, 313, 317, 331, 347, 353, 359, 367, 383, 389, 397, 401, 419, 431, 443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[If[ !PrimeQ[n+10]&&PrimeQ[n], AppendTo[lst, n]], {n, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Feb 21 2009 *)
Select[Prime[Range[100]], !PrimeQ[#+10]&] (* Harvey P. Dale, Jun 13 2017 *)
PROG
(Magma)[p: p in PrimesUpTo(500)|not IsPrime(p+10)] // Vincenzo Librandi, Dec 18 2010
CROSSREFS
Sequence in context: A350314 A164921 A156830 * A003627 A103203 A105875
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Vladimir Joseph Stephan Orlovsky, Feb 21 2009
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)