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!)
A107021 Primes p such that 2p+1, 4p+3, 6p+5, 8p+7 are all primes. 6
2, 6449, 12119, 19709, 30389, 74699, 107699, 133499, 143609, 167759, 175349, 206369, 210209, 229739, 244589, 254279, 334289, 422069, 528509, 541529, 607319, 641969, 658349, 751529, 810539, 810809, 812849, 926669, 934259, 956909, 968729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
fQ[n_]:=And@@PrimeQ[{2n+1, 4n+3, 6n+5, 8n+7}]; Select[Prime@Range@77000, fQ] (* Harvey P. Dale, Dec 16 2010 *)
PROG
(Magma) [p: p in PrimesUpTo(1000000)| IsPrime(2*p+1) and IsPrime(4*p+3) and IsPrime(6*p+5) and IsPrime(8*p+7)]; // Vincenzo Librandi, Nov 13 2010
CROSSREFS
Cf. A107024: p, 2p+1, 4p+3, 6p+5, 8p+7, 10p+9, 12p+11, 14p+13 all prime; A107023: p, 2p+1, 4p+3, 6p+5, 8p+7, 10p+9, 12p+11 all prime; A107022: p, 2p+1, 4p+3, 6p+5, 8p+7, 10p+9 all prime; A107020: p, 2p+1, 4p+3, 6p+5 all prime; A007700: p, 2p+1, 4p+3 all prime; A005384: p, 2p+1 prime (p = Sophie Germain primes).
Sequence in context: A099690 A196750 A349512 * A107022 A330901 A285693
KEYWORD
nonn
AUTHOR
Zak Seidov, May 09 2005
EXTENSIONS
More terms from Vincenzo Librandi, Apr 01 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)