The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A179405 n-th derivative of x^(x^(x^x)) at x=1. 19
1, 1, 2, 9, 56, 360, 2934, 26054, 269128, 3010680, 37616880, 504880992, 7387701672, 115228447152, 1929016301016, 34194883090440, 643667407174464, 12757366498618176, 266426229010029696, 5830527979298793024, 133665090871032478080, 3197905600674249843840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
First term < 0: a(329). - Alois P. Heinz, Sep 22 2015
LINKS
FORMULA
E.g.f.: (x+1)^((x+1)^((x+1)^(x+1))). - Alois P. Heinz, Aug 23 2012
MAPLE
a:= n-> n!*coeff(series(subs(x=x+1, x^(x^(x^x)) ), x, n+1), x, n):
seq(a(n), n=0..30); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
f[n_] := D[ x^(x^(x^x)), {x, n}] /. x -> 1; Array[f, 18, 0]
Range[0, 21]! CoefficientList[ Series[(1 + x)^(1 + x)^(1 + x)^(1 + x), {x, 0, 21}], x] (* Robert G. Wilson v, Feb 03 2013 *)
CROSSREFS
Column k=8 of A215703.
Column k=4 of A277537.
Sequence in context: A154749 A240562 A091108 * A081004 A198953 A212392
KEYWORD
sign
AUTHOR
Robert G. Wilson v, Jul 13 2010
EXTENSIONS
a(18)-a(21) from Alois P. Heinz, Aug 20 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 May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)