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.

A075744 Hierarchies of hierarchies.

Original entry on oeis.org

1, 1, 5, 36, 338, 3898, 53173, 835992, 14864340, 294606273, 6434871231, 153473830678, 3966604562709, 110386840008838, 3289768253831145, 104502173165838799, 3523895395660532937, 125689588963370029163, 4726867751402704638366, 186902021178952943036080
Offset: 0

Views

Author

N. J. A. Sloane, Oct 15 2002

Keywords

Comments

Stirling transform of A084357 = number of sets of sets of lists. - Thomas Wieder, Jun 19 2005

Crossrefs

Programs

  • Mathematica
    m = 20;
    f[x_] = Exp[1/(2 - Exp[x]) - 1];
    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 A075729.