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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057738 Primes p such that 3^p + 2 is prime. 1
2, 3, 139 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

No other terms below 2*10^5.

REFERENCES

J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 139, p. 48, Ellipses, Paris 2008.

EXAMPLE

a(2) = 3 because 3^3 + 2 = 29 is prime.

MATHEMATICA

For[n = 1, n < 700, n++, If[PrimeQ[3^Prime[n] + 2], Print[Prime[n]]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 18 2006

CROSSREFS

Cf. A057739.

Sequence in context: A010343 A118169 A066908 * A042073 A124236 A042369

Adjacent sequences:  A057735 A057736 A057737 * A057739 A057740 A057741

KEYWORD

more,nonn,bref

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Oct 29 2000

EXTENSIONS

Lower bound for the next term updated by Max Alekseyev (maxale(AT)gmail.com), Jun 14 2011

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 14:18 EST 2012. Contains 206037 sequences.