OFFSET
0,5
COMMENTS
A graph is regular if all vertices have the same degree. The span of a graph is the union of its edges.
FORMULA
a(n) = A295193(n) - 1.
EXAMPLE
The a(4) = 7 edge-sets:
{{1,2},{3,4}}
{{1,3},{2,4}}
{{1,4},{2,3}}
{{1,2},{1,3},{2,4},{3,4}}
{{1,2},{1,4},{2,3},{3,4}}
{{1,3},{1,4},{2,3},{2,4}}
{{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 17 2018
EXTENSIONS
a(16)-a(18) from Andrew Howroyd, Sep 02 2019
STATUS
approved