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!)
A086877 Primes of the form (n+1)^n - n^n, n >= 1. 1
5, 37, 4651, 1273609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) f(n) = for(x=1, n, y=(x+1)^x-x^x; if(isprime(y), print1(y" ")))
CROSSREFS
The values of n are in A098463. Cf. A085682.
Sequence in context: A089795 A081971 A350966 * A061674 A247709 A097276
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 21 2003
EXTENSIONS
The next term is too large to include.
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 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)