login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076846 Primes of the form n^k + n - 1, where k>0 is minimal. 4
3, 5, 7, 29, 11, 13, 71, 17, 19, 131, 23, 181, 2177953337809371149, 29, 31, 83537, 5849, 37, 419, 41, 43, 279863, 47, 15649, 701, 53, 811, 420707233300229, 59, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET

2,1

COMMENTS

The next term is too large to include.

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 2..100

PROG

(Haskell)

a076846 n = n ^ (a076845 n) + n - 1

-- Reinhard Zumkeller, Jul 17 2014

CROSSREFS

Cf. A076845, A078179, A010051, A002327.

Sequence in context: A061944 A288924 A093574 * A046931 A154551 A058047

Adjacent sequences: A076843 A076844 A076845 * A076847 A076848 A076849

KEYWORD

nonn

AUTHOR

Benoit Cloitre, Nov 20 2002

EXTENSIONS

Offset corrected by Reinhard Zumkeller, Jul 17 2014

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 28 19:31 EST 2022. Contains 359109 sequences. (Running on oeis4.)