A060335 Number of n-node labeled acyclic digraphs with 3 out-points.
1, 28, 1610, 211820, 64144675, 44218682312, 68501035223124, 235728863806525320, 1784437537982029455525, 29470895991194487015464740, 1054563682428338672254476697886, 81276604641664521211218527866093204
Offset: 3
Keywords
References
- R. W. Robinson, Counting labeled acyclic digraphs, pp. 239-273 of F. Harary, editor, New Directions in the Theory of Graphs. Academic Press, NY, 1973.
Links
- Andrew Howroyd, Table of n, a(n) for n = 3..50
Programs
-
PARI
\\ requires A058876. my(T=A058876(20)); vector(#T-2, n, T[n+2][3]) \\ Andrew Howroyd, Dec 27 2021