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!)
A182383 Primes of the form n^n - n + 1. 0
2, 3, 3121, 302875106592241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 340 digits. - T. D. Noe, Apr 27 2012
LINKS
EXAMPLE
a(2) = 5^5 - 5 + 1 = 3125 - 4 = 3121.
MATHEMATICA
Unprotect[Power]; Power[0, 0] = 1; Protect[Power]; Select[Table[n^n - n + 1, {n, 0, 100}], PrimeQ] (* T. D. Noe, Apr 27 2012 *)
CROSSREFS
Sequence in context: A125612 A185156 A235935 * A257552 A038104 A290972
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Apr 27 2012
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)