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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023207 Numbers n such that n and 2n + 9 both prime. 4
2, 5, 7, 11, 17, 19, 29, 31, 37, 47, 59, 61, 71, 79, 101, 107, 109, 127, 131, 137, 149, 151, 179, 211, 227, 229, 239, 241, 257, 269, 277, 281, 311, 317, 337, 359, 367, 389, 401, 409, 439, 449, 479, 487, 491, 521, 541, 547, 557, 571, 577, 607, 641, 647, 659, 709, 719, 739 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Prime@Range@250, PrimeQ[2#+9]&] (* From Vladimir Joseph Stephan Orlovsky, Apr 25 2011 *)

PROG

(MAGMA) [ n: n in PrimesUpTo(1000) | IsPrime(2*n+9) ]; [From V. Librandi, Nov 20 2010]

CROSSREFS

Cf. A005384, A023204, A023205.

Sequence in context: A049042 A020605 A045348 * A038611 A023213 A162575

Adjacent sequences:  A023204 A023205 A023206 * A023208 A023209 A023210

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 14 20:38 EST 2012. Contains 205663 sequences.