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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078179 Primes of the form n^k + n - 1, where k>=2 is minimal. 3
5, 11, 19, 29, 41, 349, 71, 89, 109, 131, 20747, 181, 2177953337809371149, 239, 271, 83537, 5849, 379, 419, 461, 2494357909, 279863, 599, 15649, 701, 19709, 811, 420707233300229, 929, 991 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
a(n) = n^A078178(n) + n - 1.
LINKS
EXAMPLE
349=A000040(70)=7^3+7-1 and 7^2+7-1=5*11, therefore a(7)=349.
PROG
(Haskell)
a078179 n = n ^ (a078178 n) + n - 1 -- Reinhard Zumkeller, Jul 16 2014
CROSSREFS
Sequence in context: A073847 A024833 A002327 * A045451 A338566 A352795
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 20 2002
EXTENSIONS
More terms from Benoit Cloitre, Nov 20 2002
Offset corrected by Reinhard Zumkeller, Jul 16 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)