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.

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

Original entry on oeis.org

1, 1, 4, 25, 218, 2331, 29152, 417607, 6746700, 121312441, 2401341056, 51857779689, 1212621122176, 30509979042115, 821524617293304, 23563369209520711, 717014609781379568, 23064363484845390513
Offset: 0

Views

Author

Vladeta Jovovic, Apr 07 2001

Keywords

References

  • I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983.

Crossrefs

Formula

E.g.f.: exp(Sum_{d|m} T_k^d/d), where T_k = x*exp(T_(k - 1)), k >= 1, T_0 = x; k = 3, m = 2.