login
This site is supported by donations 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; internal format)
OFFSET

1,1

COMMENTS

2*13+1155=1181

LINKS

Harvey P. Dale, Table of n, a(n) for n = 1..1000

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]&] (* From Harvey P. Dale, Sep 24 2011 *)

CROSSREFS

Sequence in context: A088184 A054986 A071621 * A038888 A191020 A180545

Adjacent sequences:  A160948 A160949 A160950 * A160952 A160953 A160954

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 30 2009

EXTENSIONS

Edited by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Nov 11 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 14:50 EST 2012. Contains 206050 sequences.