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!)
A140555 Primes p such that p + 6 is not a prime. 6
2, 3, 19, 29, 43, 59, 71, 79, 89, 109, 113, 127, 137, 139, 149, 163, 179, 181, 197, 199, 211, 229, 239, 241, 269, 281, 283, 293, 313, 317, 337, 349, 359, 379, 389, 397, 401, 409, 419, 421, 431, 439, 449, 463, 467, 479, 487, 491, 499, 509, 521, 523, 547, 569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that if Goldbach's Conjecture (2n = p1 + p2 for all n>=2) is false and K is the smallest value of n for which it fails, then for 2(K-3) = p3 + p4, the primes p3 and p4 must be taken from this list. See also A067775. - Keith Backman, Apr 05 2012
LINKS
FORMULA
A000040 SET MINUS A023201. - R. J. Mathar, Aug 09 2008
MATHEMATICA
Select[Prime[Range[200]], !PrimeQ[#+6]&] (* Harvey P. Dale, Dec 21 2016 *)
PROG
(PARI) forprime(p=2, 600, if(!isprime(p+6), print1(p, ", "))) \\ Klaus Brockhaus, Aug 12 2008
CROSSREFS
Sequence in context: A195416 A215383 A215387 * A196446 A341599 A265799
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by R. J. Mathar and Klaus Brockhaus, Aug 12 2008
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 12 06:47 EDT 2024. Contains 372432 sequences. (Running on oeis4.)