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.

A075756 Number of hierarchies of hierarchies of hierarchies on n points.

Original entry on oeis.org

1, 1, 6, 52, 588, 8174, 134537, 2554647, 54909468, 1316675221, 34820961457, 1006230148609, 31529224324159, 1064355502971193, 38497326001639439, 1484865225798412485, 60822449267067095601, 2636248249383130776940, 120520100503562054999860, 5794815395039941996204424
Offset: 0

Views

Author

N. J. A. Sloane, Oct 15 2002

Keywords

Crossrefs

Programs

  • Mathematica
    m = 20;
    f[x_] = E^(-1 + E^(-1 + 1/(2 - E^x)));
    CoefficientList[Exp[f[x] - 1] + O[x]^m, x]*Range[0, m - 1]! (* Jean-François Alcover, Feb 24 2019 *)

Formula

E.g.f.: exp(f(x)-1) where f(x) = e.g.f. for A075744.