login
A395336
a(n) = n! * [x^n] exp(x)/(2 - x - exp(x)).
0
1, 3, 14, 95, 858, 9687, 131244, 2074515, 37475342, 761600375, 17197534296, 427167206259, 11574924994554, 339782159979927, 10741567045403060, 363829523464929491, 13144889973459864390, 504597287602912232727, 20509565121841097814000, 879931951523902926816339, 39739108363028638778280050
OFFSET
0,2
COMMENTS
a(n) is the number of homogeneous linear orderings in n colors (see Gonzalez).
LINKS
David Gonzalez, Enumerative Combinatorics of Homogeneous Linear Orderings, arXiv:2604.14255 [math.CO], 2026. See Theorem 4.8 on pages 11-13.
MATHEMATICA
terms=21; CoefficientList[Series[Exp[x]/(2-x-Exp[x]), {x, 0, terms-1}], x]*Range[0, terms-1]!
CROSSREFS
Sequence in context: A005772 A233083 A053984 * A113181 A295105 A392204
KEYWORD
nonn
AUTHOR
Stefano Spezia, Apr 19 2026
STATUS
approved