OFFSET
1,1
COMMENTS
A graph is regular if all vertices have the same degree. A loop adds 2 to the degree of its vertex.
LINKS
Wikipedia, Regular graph
Gus Wiseman, The a(4) = 24 regular graphs with loops.
Gus Wiseman, The a(5) = 78 regular graphs with loops.
MATHEMATICA
Table[Sum[SeriesCoefficient[Product[1+Times@@x/@s, {s, Select[Tuples[Range[n], 2], OrderedQ]}], Sequence@@Table[{x[i], 0, k}, {i, n}]], {k, 0, 2n}], {n, 6}]
PROG
(PARI) for(n=1, 10, print1(A322635(n), ", ")) \\ See A295193 for script, Andrew Howroyd, Aug 28 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 21 2018
EXTENSIONS
a(11)-a(18) from Andrew Howroyd, Aug 28 2019
STATUS
approved