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!)
A067039 The tower function n^{(n-1)!}. 2
1, 2, 9, 4096, 59604644775390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = n^(n-1)^(n-2)^...^3^2^1 with all power operators nested from the left. Nesting from the right gives A049384. - Gus Wiseman, Jul 03 2019
LINKS
EXAMPLE
a(4) = 4^(3!) = 4^6 = 4096.
PROG
(Maxima) makelist((n+1)^(n!), n, 0, 6); /* Martin Ettl, Jan 17 2013 */
CROSSREFS
Sequence in context: A271081 A005167 A208213 * A208214 A280256 A175980
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Dec 29 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 April 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)