|
Search: id:A054461
|
|
|
| A054461 |
|
Primes of the form (n+1)^n + n^(n-1), n >= 2. |
|
+0 1
|
|
| 11, 73, 45143873, 1043046721, 1182114430632237601, 49814113380273715457
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Sum of reciprocals = 0.1046077441562072936197025883... Next term for n=19 is too large for the database.
|
|
PROGRAM
|
(PARI) xp1toxm1(n)= { forstep(x=2, n, 1, y=(x+1)^x + x^(x-1); if(isprime(y), print1(y" ")) ) }
|
|
CROSSREFS
|
Sequence in context: A163775 A092244 A155634 this_sequence A003367 A121784 A044198
Adjacent sequences: A054458 A054459 A054460 this_sequence A054462 A054463 A054464
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Aug 30 2003
|
|
|
Search completed in 0.002 seconds
|