VOOZH
about
URL: https://oeis.org/A211205
⇱ A211205 - OEIS
login
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
Cf.
A005727
,
A008405
,
A176118
,
A179230
,
A179405
,
A179505
,
A215522
,
A215524
,
A215629
,
A215643
,
A215691
,
A215704
,
A215705
,
A215706
,
A215707
,
A215708
,
A215709
,
A215710
,
A215522
,
A295106
.
Column k=37 of
A215703
.
Column k=6 of
A277537
.
Sequence in context:
A364822
A386668
A179505
*
A277538
A277539
A277540
Adjacent sequences:
A211202
A211203
A211204
*
A211206
A211207
A211208
KEYWORD
nonn
AUTHOR
Alois P. Heinz
and
Robert G. Wilson v
, Feb 04 2013
STATUS
approved