login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161615 Primes p such that 2*p+3234846615 is also a prime number. 0
31, 43, 71, 73, 89, 107, 139, 179, 211, 223, 241, 269, 271, 281, 293, 311, 317, 337, 379, 383, 389, 419, 443, 449, 467, 503, 563, 569, 587, 607, 647, 653, 727, 739, 743, 757, 761, 811, 839, 857, 863, 881, 941, 967, 977, 991, 1019, 1021, 1049, 1061, 1069, 1087 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The large constant is constructed as 3*5*7*11*13*17*19*23*29 = 3234846615.

EXAMPLE

The prime 31 is in the sequence because 2*31 + 3234846615 = 3234846677 is also prime.

MATHEMATICA

a=3*5*7*11*13*17*19*23*29; c=0; lst={}; Do[p=Prime[n]; If[PrimeQ[2*p+a], AppendTo[lst, p], c++ ], {n, 6!}]; lst

CROSSREFS

Sequence in context: A060834 A060844 A112789 * A016108 A059898 A014752

Adjacent sequences:  A161612 A161613 A161614 * A161616 A161617 A161618

KEYWORD

nonn,less

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 14 2009

EXTENSIONS

Definition reworded by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 02 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:38 EST 2012. Contains 206021 sequences.