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!)
A215708 n-th derivative of (x^(x^x))^(x^x) at x=1. 3
1, 1, 4, 24, 148, 1180, 10428, 106876, 1198160, 14843808, 198832320, 2877693984, 44545268832, 734929736736, 12852051257472, 237372559264320, 4614124211454720, 94103610003019008, 2008507968212696064, 44748953208031094784, 1038646472528272158720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also n-th derivative of x^((x^x)^2) at x=1.
First term < 0: a(175).
LINKS
FORMULA
E.g.f.: (x+1)^((x+1)^(2*x+2)).
MAPLE
a:= n-> n!*coeff(series(subs(x=x+1, x^((x^x)^2) ), x, n+1), x, n):
seq(a(n), n=0..25);
CROSSREFS
Column k=11 of A215703.
Sequence in context: A104531 A225050 A045738 * A369327 A192806 A347915
KEYWORD
sign
AUTHOR
Alois P. Heinz, Aug 21 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)