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!)
A211205 n-th derivative of x^(x^(x^(x^(x^x)))) at x=1. 4
1, 1, 2, 9, 56, 480, 5094, 60494, 823528, 12365424, 206078880, 3745686912, 74083090872, 1579529362944, 36165466533000, 884104045301640, 22992315801392064, 633547543117707648, 18439576158792912192, 565162707747635408448, 18194047307015185486080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Robert G. Wilson v and Alois P. Heinz, Table of n, a(n) for n = 0..400
FORMULA
E.g.f.: (x+1)^((x+1)^((x+1)^((x+1)^((x+1)^(x+1))))).
MAPLE
a:= n-> n!*coeff(series(subs(x=x+1, x^(x^(x^(x^(x^x))))), x, n+1), x, n):
seq(a(n), n=0..20);
MATHEMATICA
NestList[ Factor[ D[#1, x]] &, x^x^x^x^x^x, 9] /. (x -> 1) (* or quicker *)
Range[0, 20]! CoefficientList[ Series[(1 + x)^(1 + x)^(1 + x)^(1 + x)^(1 + x)^(1 + x), {x, 0, 20}], x]
CROSSREFS
Column k=37 of A215703.
Column k=6 of A277537.
Sequence in context: A036243 A364822 A179505 * A277538 A277539 A277540
KEYWORD
nonn
AUTHOR
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 24 12:43 EDT 2024. Contains 371939 sequences. (Running on oeis4.)