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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128455 Numbers n such that 9^n - 2 is a prime. 12
1, 2, 3, 11, 45, 51, 260, 324, 390, 393, 1112, 3092, 4445, 10373 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Do[ f = 9^n - 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n, 1, 1000} ]

CROSSREFS

Cf. A084714 = smallest prime of the form (2n-1)^k - 2, or 0 if no such number exists. Cf. A128472 = smallest prime of the form (2n-1)^k - 2 for k>(2n-1), or 0 if no such number exists. Cf. A014224, A109080, A090669, A128457, A128458, A128459, A128460, A128461.

Sequence in context: A051093 A107327 A162101 * A041345 A100701 A011365

Adjacent sequences:  A128452 A128453 A128454 * A128456 A128457 A128458

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Mar 14 2007

EXTENSIONS

1112 from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 05 2007

More terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 12 2008

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 14 16:49 EST 2012. Contains 205635 sequences.