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!)
A053986 a(n) = n^(n!). 6
0, 1, 4, 729, 281474976710656, 752316384526264005099991383822237233803945956334136013765601092018187046051025390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Next term has 561 digits.
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = A100084. - Amiram Eldar, Nov 11 2020
EXAMPLE
a(3) = 729 because 3^3! = 3^6 = 729.
MATHEMATICA
Table[n^n!, {n, 0, 5}] (* Alonso del Arte, Jan 03 2011 *)
PROG
(Maxima) makelist(n^n!, n, 0, 6); /* Martin Ettl, Jan 13 2013 */
CROSSREFS
Sequence in context: A059754 A134579 A090588 * A222961 A160737 A128846
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Apr 03 2000
EXTENSIONS
One more term from Lior Manor, Nov 27 2001
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 May 11 21:51 EDT 2024. Contains 372427 sequences. (Running on oeis4.)