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!)
A073581 Factorials successively exponentiated. 1
1, 1, 2, 36, 48708493958471199415506599153950129703565945470976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(5) > 10^(10^50).
LINKS
FORMULA
a(n) = n!^a(n - 1) starting with a(0)=0!=1.
EXAMPLE
a(3) = 36 because 3!^(2!^(1!^0!)) = 36
MATHEMATICA
a[0] := 1 a[n_Integer] := n!^a[n - 1]
CROSSREFS
Cf. A049384, A358972 (exponents left to right).
Sequence in context: A280420 A051459 A358972 * A078081 A077772 A083150
KEYWORD
easy,nonn
AUTHOR
Jon Kongsvold (Jon.Kongsvold(AT)idi.ntnu.no), Aug 28 2002
EXTENSIONS
Edited by Henry Bottomley, Jul 13 2003
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 June 30 03:32 EDT 2024. Contains 373859 sequences. (Running on oeis4.)