OFFSET
0,3
COMMENTS
A 2-multigraph is similar to an ordinary graph except there are 0, 1 or 2 edges between any two nodes (self-loops are not allowed).
Also the number of connected signed graphs on n unlabeled nodes. - Andrew Howroyd, Sep 25 2018
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
Edward A. Bender and E. Rodney Canfield, Enumeration of connected invariant graphs, Journal of Combinatorial Theory, Series B 34.3 (1983): 268-278. See p. 273.
FORMULA
Inverse Euler transform of A004102. - Andrew Howroyd, Sep 25 2018
MATHEMATICA
(* EulerInvTransform is defined in A022562 *)
Join[{1}, EulerInvTransform[A004102 // Rest]] (* Jean-François Alcover, Sep 12 2019, after Andrew Howroyd, updated Mar 17 2020 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jan 13 2000
EXTENSIONS
a(0)=1 prepended and terms a(15) and beyond from Andrew Howroyd, Sep 25 2018
STATUS
approved