A368596 Number of n-element sets of singletons or pairs of distinct elements of {1..n}, or loop graphs with n edges, such that it is not possible to choose a different element from each.
0, 0, 0, 3, 66, 1380, 31460, 800625, 22758918, 718821852, 25057509036, 957657379437, 39878893266795, 1799220308202603, 87502582432459584, 4566246347310609247, 254625879822078742956, 15115640124974801925030, 952050565540607423524658, 63425827673509972464868323
Offset: 0
Keywords
Examples
The a(3) = 3 set-systems: {{1},{2},{1,2}} {{1},{3},{1,3}} {{2},{3},{2,3}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..200
Crossrefs
The complement appears to be A333331.
For covering pairs we have A367868.
The covering case is A368730.
The unlabeled version is A368835.
A000085 counts set partitions into singletons or pairs.
A100861 counts set partitions into singletons or pairs by number of pairs.
A111924 counts set partitions into singletons or pairs by length.
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,2}], {n}],Length[Select[Tuples[#],UnsameQ@@#&]]==0&]],{n,0,5}]
Extensions
Terms a(7) and beyond from Andrew Howroyd, Jan 10 2024
Comments