proposed
approved
proposed
approved
editing
proposed
Logarithmic transform of A047863. - Andrew Howroyd, Dec 03 2018
(PARI) seq(n)={Vec(serlaplace(1 + log(serconvol(sum(j=0, n, x^j*2^binomial(j, 2)) + O(x*x^n), (sum(j=0, n, x^j/(j!*2^binomial(j, 2))) + O(x*x^n))^2))))} \\ Andrew Howroyd, Dec 03 2018
Colored Number of connected graphs on n labeled nodes, each node being colored with one of 2 colors, such that no edge joins nodes of the same color.
Andrew Howroyd, <a href="/A002027/b002027.txt">Table of n, a(n) for n = 0..50</a>
Name clarified by Andrew Howroyd, Dec 03 2018
approved
editing
proposed
approved
editing
proposed
Read, R. C.; Wright, E. M.; Colored graphs: A correction and extension. Canad. J. Math. 22 1970 594-596.
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.
approved
editing
proposed
approved
editing
proposed
a(n) is the number of connected labeled graphs with n 2-colored nodes where black nodes are only connected to white nodes and vice versa. - Geoffrey Critzer, Sep 05 2013
E.g.f.: log(A(x))+1 where A(x) is the e.g.f. for A047863. - Geoffrey Critzer, Sep 05 2013
nn=10; f[x_]:=Sum[Sum[Binomial[n, k]2^(k(n-k)), {k, 0, n}]x^n/n!, {n, 0, nn}]; Range[0, nn]!CoefficientList[Series[Log[f[x]]+1, {x, 0, nn}], x] (* Geoffrey Critzer, Sep 05 2013 *)
approved
editing