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!)
A216351 n-th derivative of x^(x^(n-1)) at x=1. 4
1, 1, 2, 12, 156, 3160, 87990, 3218628, 150271520, 8710554816, 610951827960, 50770346742720, 4919197411068072, 548907184341479808, 69823173142960626480, 10034787531626188107840, 1616352219917942008147200, 289720383156740969786941440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
x^(x^(n-1)) = (((x^x)^x)^ ... )^x with n x's.
LINKS
FORMULA
a(n) = n! * [x^n] (x+1)^((x+1)^(n-1)).
a(n) = A216349(n,1) = A216350(n,A000081(n)) for n>0.
MAPLE
a:= n-> n! *coeff(series( (x+1)^((x+1)^(n-1)) , x, n+1), x, n):
seq(a(n), n=0..20);
CROSSREFS
Sequence in context: A177777 A053549 A139383 * A365863 A366203 A130529
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 04 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)