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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023206 Numbers n such that n and 2n + 7 both prime. 4
2, 3, 5, 11, 17, 23, 41, 47, 53, 71, 83, 113, 131, 137, 173, 191, 197, 227, 251, 257, 281, 293, 317, 347, 383, 401, 461, 467, 503, 521, 587, 593, 641, 647, 677, 683, 701, 743, 773, 797, 857, 863, 941, 947, 953, 971, 983, 1031, 1061, 1103, 1151, 1163, 1187, 1193, 1217 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

(MAGMA) [n: n in [0..1000] | IsPrime(n) and IsPrime(2*n+7)] [From V. Librandi, Nov 20 2010]

CROSSREFS

Cf. A005384, A023204, A023205.

Sequence in context: A049553 A049595 A107438 * A049565 A094480 A038909

Adjacent sequences:  A023203 A023204 A023205 * A023207 A023208 A023209

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 16 01:56 EST 2012. Contains 205860 sequences.