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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090649 Numbers n such that 9^n + 2 is prime. 6
0, 1, 2, 4, 5, 7, 12, 13, 18, 49, 55, 63, 193, 247, 610, 929, 2173, 3479, 5494, 11158, 16754, 30920, 47752, 50702, 53725, 68122, 89214 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

All terms are the exact halves of the even terms in A051783. - Alexander Adamchuk (alex(AT)kolmogorov.com), Mar 02 2008

LINKS

Henri & Renaud Lifchitz, PRP Records.

EXAMPLE

9^13 + 2 = 2541865828331 is prime.

MATHEMATICA

Do[ If[ PrimeQ[9^n + 2], Print[n]], {n, 1, 2250}] (from Robert G. Wilson v Feb 06 2004)

PROG

(PARI) for(i=0, 700, if(isprime(9^i+2), print(i)))

CROSSREFS

Cf. A051783 = Numbers n such that 3^n + 2 is prime. Cf. A087885 = Numbers n such that 5^n + 2 is prime.

Sequence in context: A022439 A050134 A010065 * A154686 A165196 A007062

Adjacent sequences:  A090646 A090647 A090648 * A090650 A090651 A090652

KEYWORD

nonn

AUTHOR

Herman H. Rosenfeld (herm3(AT)pacbell.net), Feb 02 2004

EXTENSIONS

More terms from mohammed bouayoun (bouyao(AT)wanadoo.fr), Feb 04 2004

Further terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 06 2004

a(20) - a(22) found by Henri Lifchitz, a(23) found by Wojciech Florek. - Jason Earls (zevi_35711(AT)yahoo.com), Feb 25 2008

a(24)-a(27) from A051783 by Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 06 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 14:04 EST 2012. Contains 205925 sequences.