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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160950 Primes p such that 2p + 105 is prime. 0
2, 11, 13, 17, 23, 29, 31, 37, 43, 47, 53, 59, 61, 67, 73, 79, 83, 89, 101, 103, 113, 127, 131, 137, 139, 157, 163, 167, 179, 181, 191, 193, 197, 199, 229, 233, 241, 251, 257, 263, 269, 271, 277, 293, 307, 311, 317, 353, 359, 367, 379, 389, 401, 421, 431, 433 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

2*2+105=109, 2*11+105=127

MATHEMATICA

a=3*5*7; lst={}; Do[p=Prime[n]; If[PrimeQ[2*p+a], AppendTo[lst, p]], {n, 6!}]; lst

CROSSREFS

Sequence in context: A166849 A119449 A137977 * A141168 A079132 A184802

Adjacent sequences:  A160947 A160948 A160949 * A160951 A160952 A160953

KEYWORD

nonn,easy

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 16 21:51 EST 2012. Contains 205978 sequences.