OFFSET
0,8
LINKS
Kassie Archer, Ira M. Gessel, Christina Graves, and Xuming Liang, Counting acyclic and strong digraphs by descents, Discrete Mathematics, Vol. 343, No. 11 (2020), 112041; arXiv preprint, arXiv:1909.01550 [math.CO], 2019-2020; See Table 2.
R. P. Stanley, Acyclic orientation of graphs, Discrete Math. 5 (1973), 171-178. North Holland Publishing Company.
EXAMPLE
1, 1, 1, 1, 1, 1, 1,...
0, 1, 2, 3, 4, 5, 6,...
0, 2, 7, 15, 26, 40, 57,...
0, 8, 44, 129, 284, 530, 888,...
0, 64, 508, 1962, 5371, 11995, 23409,...
0, 1024, 10976, 54036, 180424, 476165, 1072854,...
MATHEMATICA
nn = 6; B[n_] := QFactorial[n, 2]; e[z_] := Sum[z^n/B[n], {n, 0, nn}]; zetapolys = Drop[Map[Expand[InterpolatingPolynomial[#, x]] &, Transpose[Table[Table[B[n], {n, 0, nn}] CoefficientList[Series[1/e[-z]^k, {z, 0, nn}], z], {k, 1, nn}]]], -1]; Table[zetapolys /. x -> i, {i, 0, nn}] // Transpose // Grid
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, Mar 23 2025
STATUS
approved
