OFFSET
0,4
COMMENTS
Note that when n is even there is one top element, namely {1,2,...,n}. When n is odd there are C(n,n-1) = n top elements in the poset.
LINKS
Philippe Flajolet and Robert Sedgewick, Analytic Combinatorics, Cambridge Univ. Press, 2009, page 179.
FORMULA
E.g.f.: 1/(2-cosh(x))*(1+x).
MATHEMATICA
nn = 25; Range[0, nn]! CoefficientList[Series[1/(2 - Cosh[z])*(1 + z), {z, 0, nn}], z]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 04 2020
STATUS
approved