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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023204 Numbers n such that n and 2n + 3 both prime. 16
2, 5, 7, 13, 17, 19, 29, 43, 47, 53, 67, 73, 89, 97, 113, 127, 137, 139, 157, 167, 173, 193, 197, 199, 223, 227, 229, 269, 277, 283, 307, 337, 349, 353, 379, 383, 397, 409, 439, 463, 467, 487, 503, 509, 523, 547, 557, 563, 599, 607, 613, 617, 643, 647, 659, 739, 743, 773 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

f[n_]:=PrimeQ[2*n+3]; lst={}; Do[p=Prime[n]; If[f[p], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 03 2009]

PROG

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

CROSSREFS

Cf. A089530, A089531, A089532.

Sequence in context: A161889 A069346 A023240 * A045352 A107426 A144256

Adjacent sequences:  A023201 A023202 A023203 * A023205 A023206 A023207

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 17 18:01 EST 2012. Contains 206061 sequences.