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!)
A054461 Primes of the form (k+1)^k + k^(k-1), k >= 1. 1
3, 11, 73, 45143873, 1043046721, 1182114430632237601, 49814113380273715457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms correspond to k = 1, 2, 3, 8, 9, 15, 16, 219, ...
a(8) is approximately 9.8*10^512 (see the b-file).
LINKS
PROG
(PARI) xp1toxm1(n)= { forstep(x=2, n, 1, y=(x+1)^x + x^(x-1); if(isprime(y), print1(y" ")) ) }
CROSSREFS
Sequence in context: A035378 A258387 A350834 * A342433 A203772 A290025
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 30 2003
EXTENSIONS
Leading prime 3 added by Michel Lagneau, Nov 17 2010
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)