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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113481 Numbers n such that 59^n + 2 is prime. 6
0, 1, 27, 45, 75 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

No further terms < 100000. - Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 06 2011

MATHEMATICA

For[n=0, n<50, n++, If[PrimeQ[59^n+2], Print[n]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 10 2006

PROG

(PARI) forstep(n=1, 1000, 2, y=59^n+2; if(ispseudoprime(y), print1(n", ")))

CROSSREFS

Sequence in context: A046340 A046316 A046373 * A039325 A043148 A043928

Adjacent sequences:  A113478 A113479 A113480 * A113482 A113483 A113484

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 09 2006

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 08:11 EST 2012. Contains 205890 sequences.