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.

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

Original entry on oeis.org

1, 1, 2, 21, 152, 1360, 15174, 184296, 2538584, 39097296, 656793720, 12021152616, 237610299288, 5033625978576, 113810068532328, 2733480292962600, 69463846973884800, 1861656629684769600, 52458209090931835584, 1549997983761108724224, 47908467697220966937600
Offset: 0

Views

Author

Alois P. Heinz, Aug 21 2012

Keywords

Comments

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

Crossrefs

Column k=14 of A215703.

Programs

  • Maple
    a:= n-> n!*coeff(series(subs(x=x+1, x^(x^(x^3)) ), x, n+1), x, n):
    seq(a(n), n=0..25);

Formula

E.g.f.: (x+1)^((x+1)^((x+1)^3)).