OFFSET
0,2
COMMENTS
A source is a vertex with in-degree equal to 0. There may be white sources as well.
LINKS
Valery A. Liskovets, More on counting acyclic digraphs, arXiv:0804.2496 [math.CO], 2008.
FORMULA
MATHEMATICA
nn = 13; B[n_, q_] := q^Binomial[n, 2] n!; e[u_, q_] := Sum[u^n/B[n, q], {n, 0, nn}]; Table[B[n, 2], {n, 0, nn}] CoefficientList[Series[e[u, 2]/e[-u, 2], {u, 0, nn}], u]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Oct 08 2022
STATUS
approved