login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075756
Number of hierarchies of hierarchies of hierarchies on n points.
1
1, 1, 6, 52, 588, 8174, 134537, 2554647, 54909468, 1316675221, 34820961457, 1006230148609, 31529224324159, 1064355502971193, 38497326001639439, 1484865225798412485, 60822449267067095601, 2636248249383130776940, 120520100503562054999860, 5794815395039941996204424
OFFSET
0,3
LINKS
N. J. A. Sloane and Thomas Wieder, The Number of Hierarchical Orderings, arXiv:math/0307064 [math.CO], 2003; Order 21 (2004), 83-89.
FORMULA
E.g.f.: exp(f(x)-1) where f(x) = e.g.f. for A075744.
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 *)
CROSSREFS
Sequence in context: A379204 A127133 A243249 * A363008 A217486 A144345
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 15 2002
STATUS
approved