editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
Number of labeled connected digraphs on n nodes where every node has indegree 0 or outdegree 0 and no isolated nodes.
In- or outdegree zero implies loops are not admitted. Multi-arcs are not admitted. - R. J. Mathar, Nov 18 2023
approved
editing
editing
approved
proposed
approved
editing
proposed
max terms = 1817; f[x_] :s = Log[Sum[ aExp[(2^n - 2)*x]*(x^n/n!), {n, 0, maxterms+2}]] + O[x]^(terms+2); coes = Drop[CoefficientList[ Series[ f[x] - Log[ Sum[ Exp[ (2^n-2)*s, x]*(x^n/n!), {n, 0, max}]], {x, Range[0, max}], x]; Table[a[nterms+1], {n, !, 2, 18}] /. First[ Solve[ Thread[ coes == 0]]] (* Jean-François Alcover, Nov 08 2011, after Vladeta Jovovic , updated Jan 12 2018 *)
approved
editing
proposed
approved
editing
proposed
R. C. Read, RE. CM.; Wright, E. M., <a href="http://dx.doi.org/10.4153/CJM-1970-066-1">Colored graphs: A correction and extension</a>, Canad. J. Math. 22 1970 594-596.
proposed
editing