A368730 Number of n-element sets of singletons or pairs of distinct elements of {1..n} with union {1..n}, or loop-graphs covering n vertices with n edges, such that it is not possible to choose a different element from each.
0, 0, 0, 0, 6, 180, 4560, 117600, 3234588, 96119982, 3092585310, 107542211535, 4029055302855, 162040513972623, 6970457656110039, 319598974394563500, 15568332397812799920, 803271954062642638830, 43778508937914677872788, 2513783434620146896920843
Offset: 0
Keywords
Examples
The a(4) = 6 set-systems: {{1},{2},{1,2},{3,4}} {{1},{3},{1,3},{2,4}} {{1},{4},{1,4},{2,3}} {{2},{3},{1,4},{2,3}} {{2},{4},{1,3},{2,4}} {{3},{4},{1,2},{3,4}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..200
- Eric Weisstein's World of Mathematics, Graph Loop.
- ProofWiki, Definition:Loop-Graph
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,2}], {n}],Union@@#==Range[n] && Length[Select[Tuples[#],UnsameQ@@#&]]==0&]],{n,0,5}]
Formula
Extensions
Terms a(7) and beyond from Andrew Howroyd, Jan 10 2024
Comments