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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087886 Numbers n such that 29^n + 2 is prime. 6
0, 1, 3, 63, 87, 189, 239, 605, 2099, 3667, 5029, 20025, 45285, 99167 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Henri & Renaud Lifchitz, PRP Records.

EXAMPLE

a(1) = 1 is a member because 29^1 + 2 = 31 is prime.

29^3+2 = 24391 is prime, so 3 is in the sequence.

PROG

(PARI) for( n = 0, 239, if( isprime( 29^n +2), print( n), ))

CROSSREFS

Cf. A051783, n such that 3^n +2 is prime.

Cf. A087885, 5^n +2 is prime.

Sequence in context: A104403 A144422 A135444 * A123754 A048354 A046181

Adjacent sequences:  A087883 A087884 A087885 * A087887 A087888 A087889

KEYWORD

nonn,more

AUTHOR

Donald S. McDonald (don.mcdonald(AT)paradise.net.nz), Oct 13 2003

EXTENSIONS

605 from Mark Hudson (mrmarkhudson(AT)hotmail.com), Sep 07 2004

{2099, 3667, 5029}, corresponding to probable primes, from Ryan Propper (rpropper(AT)stanford.edu), Jul 03 2005

Edited by T. D. Noe (noe(AT)sspectra.com), Oct 30 2008

20025 from Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 01 2011

45285 from Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 02 2011

99167 from Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 08 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 16 21:51 EST 2012. Contains 205978 sequences.