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!)
A161613 Primes p such that 2p+3*5*7*11*13*17*19*23*29*31*37 is prime. 0
41, 59, 71, 83, 97, 107, 113, 173, 181, 223, 239, 307, 331, 349, 353, 373, 383, 397, 457, 467, 479, 547, 577, 613, 619, 647, 661, 673, 701, 761, 821, 829, 863, 919, 937, 941, 947, 953, 1009, 1021, 1033, 1049, 1063, 1103, 1117, 1129, 1151, 1213, 1223, 1229 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a=3*5*7*11*13*17*19*23*29*31*37; c=0; lst={}; Do[p=Prime[n]; If[PrimeQ[2*p+a], AppendTo[lst, p], c++ ], {n, 6!}]; lst
CROSSREFS
Sequence in context: A127333 A262722 A172406 * A345042 A210338 A139890
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition edited by Emeric Deutsch, Jun 25 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 July 18 21:02 EDT 2024. Contains 374388 sequences. (Running on oeis4.)