login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A215524
n-th derivative of (x^x)^x at x=1.
16
1, 1, 4, 12, 52, 240, 1188, 6804, 38960, 253296, 1654560, 11816640, 85816608, 668005728, 5240582592, 44667645120, 365989405440, 3494595006720, 28075694694912, 325862541872640, 2101211758356480, 39605981661066240, 48568198208302080, 7549838510211486720, -66667098077331572736
OFFSET
0,3
LINKS
FORMULA
E.g.f.: ((x+1)^(x+1))^(x+1).
MAPLE
a:= n-> n!*coeff(series(subs(x=x+1, (x^x)^x ), x, n+1), x, n):
seq(a(n), n=0..30);
MATHEMATICA
m = 24; CoefficientList[((x+1)^(x+1))^(x+1) + O[x]^(m+1), x]*Range[0, m]! (* Jean-François Alcover, Feb 07 2021 *)
CROSSREFS
Column k=3 of A215703.
Sequence in context: A282587 A188230 A124006 * A034716 A129841 A277431
KEYWORD
sign
AUTHOR
Alois P. Heinz, Aug 14 2012
STATUS
approved