Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A215691 n-th derivative of (x^x)^(x^(x^x)) at x=1. 3
1, 1, 4, 18, 124, 950, 8688, 89600, 1038392, 13309272, 186471480, 2837173152, 46466835072, 815532508440, 15246845864040, 302533865599800, 6344720827608384, 140208886623418752, 3254819745378435264, 79172189409906466560, 2013138139856523598080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also n-th derivative of (x^(x^(x^x)))^x = x^(x^(x^x)*x) at x=1.
LINKS
FORMULA
E.g.f.: (x+1)^((x+1)^((x+1)^(x+1)+1)).
MAPLE
a:= n-> n!*coeff(series(subs(x=x+1, (x^x)^(x^(x^x))), x, n+1), x, n):
seq(a(n), n=0..30);
MATHEMATICA
m = 20;
CoefficientList[(x+1)^((x+1)^((x+1)^(x+1)+1)) + O[x]^(m+1), x]*Range[0, m]! (* Jean-François Alcover, Feb 07 2021 *)
CROSSREFS
Column k=13 of A215703.
Sequence in context: A228065 A317377 A332748 * A359460 A073511 A108704
KEYWORD
nonn
AUTHOR
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 September 14 13:32 EDT 2024. Contains 375921 sequences. (Running on oeis4.)