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!)
A160951 Primes p such that 2p + 1155 is prime. 1
13, 19, 23, 29, 31, 37, 41, 47, 61, 67, 71, 73, 83, 103, 109, 113, 127, 137, 139, 149, 163, 167, 197, 199, 223, 227, 229, 233, 241, 251, 257, 269, 271, 277, 283, 293, 311, 317, 353, 359, 367, 373, 379, 389, 397, 409, 419, 421, 431, 449, 457, 463, 467, 479, 487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2*13+1155=1181
LINKS
MATHEMATICA
a=3*5*7*11; lst={}; Do[p=Prime[n]; If[PrimeQ[2*p+a], AppendTo[lst, p]], {n, 6!}]; lst
Select[Prime[Range[200]], PrimeQ[2#+1155]&] (* Harvey P. Dale, Sep 24 2011 *)
CROSSREFS
Sequence in context: A210582 A071621 A240565 * A038888 A191020 A180545
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by Charles R Greathouse IV, Nov 11 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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)