OFFSET
0,4
COMMENTS
Also labeled loop-graphs having at least one connected component containing more edges than vertices.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
FORMULA
Binomial transform of A369142.
EXAMPLE
The a(0) = 0 through a(3) = 25 loop-graphs (loops shown as singletons):
. . {{1},{2},{1,2}} {{1},{2},{1,2}}
{{1},{3},{1,3}}
{{2},{3},{2,3}}
{{1},{2},{3},{1,2}}
{{1},{2},{3},{1,3}}
{{1},{2},{3},{2,3}}
{{1},{2},{1,2},{1,3}}
{{1},{2},{1,2},{2,3}}
{{1},{2},{1,3},{2,3}}
{{1},{3},{1,2},{1,3}}
{{1},{3},{1,2},{2,3}}
{{1},{3},{1,3},{2,3}}
{{2},{3},{1,2},{1,3}}
{{2},{3},{1,2},{2,3}}
{{2},{3},{1,3},{2,3}}
{{1},{1,2},{1,3},{2,3}}
{{2},{1,2},{1,3},{2,3}}
{{3},{1,2},{1,3},{2,3}}
{{1},{2},{3},{1,2},{1,3}}
{{1},{2},{3},{1,2},{2,3}}
{{1},{2},{3},{1,3},{2,3}}
{{1},{2},{1,2},{1,3},{2,3}}
{{1},{3},{1,2},{1,3},{2,3}}
{{2},{3},{1,2},{1,3},{2,3}}
{{1},{2},{3},{1,2},{1,3},{2,3}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n], {1, 2}]], Length[Select[Tuples[#], UnsameQ@@#&]]==0&]], {n, 0, 5}]
CROSSREFS
The covering case is A369142.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 20 2024
EXTENSIONS
a(6) onwards from Andrew Howroyd, Feb 02 2024
STATUS
approved