OFFSET
1,2
REFERENCES
F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 91.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
a(n) = Sum_{d|n} d * A001349(d). - Andrey Zabolotskiy, Aug 11 2020
MATHEMATICA
nn=20; g=Sum[NumberOfGraphs[n]x^n, {n, 1, nn}]; Drop[Range[0, nn]CoefficientList[ Series[Log[1+g], {x, 0, nn}], x], 1] (* Geoffrey Critzer, Oct 20 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved