OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Connected Component
FORMULA
Sum_{m=1..n} A201922(m,n).
MATHEMATICA
nn=15; f[list_] := Total[Table[list[[i]]*(i-1), {i, 1, Length[list]}]]; g[x_]:=Sum[NumberOfGraphs[n]x^n, {n, 0, nn}]; c[x_]:=Sum[a[n]x^n, {n, 0, nn}]; a[0]=1; sol=SolveAlways[g[x]==Normal[Series[Product[1/(1-x^i)^a[i], {i, 1, nn}], {x, 0, nn}]], x]; b=Drop[Flatten[Table[a[n], {n, 0, nn}]/.sol], 1]; Map[f, CoefficientList[Series[Product[1/(1-y x^i)^b[[i]], {i, 1, nn}], {x, 0, nn}], {x, y}]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Mar 30 2013
STATUS
approved