cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A215708 n-th derivative of (x^(x^x))^(x^x) at x=1.

Original entry on oeis.org

1, 1, 4, 24, 148, 1180, 10428, 106876, 1198160, 14843808, 198832320, 2877693984, 44545268832, 734929736736, 12852051257472, 237372559264320, 4614124211454720, 94103610003019008, 2008507968212696064, 44748953208031094784, 1038646472528272158720
Offset: 0

Views

Author

Alois P. Heinz, Aug 21 2012

Keywords

Comments

Also n-th derivative of x^((x^x)^2) at x=1.
First term < 0: a(175).

Crossrefs

Column k=11 of A215703.

Programs

  • 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);

Formula

E.g.f.: (x+1)^((x+1)^(2*x+2)).