OFFSET
1,2
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..140
Robert Gill, The number of elements in a generalized partition semilattice, Discrete mathematics 186.1-3 (1998): 125-134. See Example 2.
Norihiro Nakashima, Shuhei Tsujie, Enumeration of Flats of the Extended Catalan and Shi Arrangements with Species, arXiv:1904.09748 [math.CO], 2019.
N. J. A. Sloane and Thomas Wieder, The Number of Hierarchical Orderings, arXiv:math/0307064 [math.CO], 2003; Order 21 (2004), 83-89.
FORMULA
G.f.: exp(-(exp(z)-1)/(-3+2*exp(z))).
EXAMPLE
Let | denote a separator among different hierarchies of the hierarchical ordering. Let : denote a separator between levels in a hierarchy.
Furthermore, let a[1], a[2],... denote labeled elements.
An element a[i] will be written as a[i,A] if it falls into class A and as a[i,B] if it falls into class B. Note that at level l=1 no classes appear.
Then a(2) = 6 because a[1]a[2], a[1]|a[2], a[1]:a[2,A], a[2]:a[1,A], a[1]:a[2,B], a[2]:a[1,B].
MAPLE
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[-(Exp[x]-1)/(-3+2Exp[x])], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Sep 16 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Wieder, Jun 18 2005
STATUS
approved