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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062324 p and p^2+4 are both prime. 17
3, 5, 7, 13, 17, 37, 47, 67, 73, 97, 103, 137, 163, 167, 193, 233, 277, 293, 307, 313, 317, 347, 373, 463, 487, 503, 547, 577, 593, 607, 613, 677, 743, 787, 823, 827, 853, 883, 953, 967, 983, 997, 1087, 1117, 1123, 1237, 1367, 1423, 1447, 1523, 1543, 1613 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

MATHEMATICA

Select[Prime/@Range[300], PrimeQ[ #^2+4]&]

PROG

(PARI) { n=0; forprime (p=2, 5*10^5, if (isprime(p^2 + 4), write("b062324.txt", n++, " ", p); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 04 2009]

CROSSREFS

The corresponding primes p^2+4 are in A045637.

Sequence in context: A003424 A073638 A066464 * A194829 A173641 A153645

Adjacent sequences:  A062321 A062322 A062323 * A062325 A062326 A062327

KEYWORD

nonn,easy

AUTHOR

Reiner Martin (reinermartin(AT)hotmail.com), Jul 12 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Jul 20 2001

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Dec 10 2002

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 13 16:02 EST 2012. Contains 205521 sequences.