A326946
Number of unlabeled T_0 set-systems on n vertices.
Original entry on oeis.org
1, 2, 5, 34, 1919, 18660178
Offset: 0
Non-isomorphic representatives of the a(0) = 1 through a(2) = 5 set-systems:
{} {} {}
{{1}} {{1}}
{{1},{2}}
{{2},{1,2}}
{{1},{2},{1,2}}
The version with empty edges allowed is
A326949.
-
dual[eds_]:=Table[First/@Position[eds,x],{x,Union@@eds}];
Table[Length[Union[normclut/@Select[Subsets[Subsets[Range[n],{1,n}]],UnsameQ@@dual[#]&]]],{n,0,3}]
A326939
Number of T_0 sets of subsets of {1..n} that cover all n vertices.
Original entry on oeis.org
2, 2, 8, 192, 63384, 4294003272, 18446743983526539408, 340282366920938462946865774750753349904, 115792089237316195423570985008687907841019819456486779364848020385134373080448
Offset: 0
The a(0) = 2 through a(2) = 8 sets of subsets:
{} {{1}} {{1},{2}}
{{}} {{},{1}} {{1},{1,2}}
{{2},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
The case without empty edges is
A059201.
The non-covering version is
A326941.
The case closed under intersection is
A326943.
-
dual[eds_]:=Table[First/@Position[eds,x],{x,Union@@eds}];
Table[Length[Select[Subsets[Subsets[Range[n]]],Union@@#==Range[n]&&UnsameQ@@dual[#]&]],{n,0,3}]
A326943
Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection.
Original entry on oeis.org
2, 2, 6, 70, 4078, 2704780, 151890105214, 28175292217767880450
Offset: 0
The a(0) = 2 through a(3) = 6 sets of subsets:
{} {{1}} {{1},{1,2}}
{{}} {{},{1}} {{2},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{},{1},{2},{1,2}}
The case without empty edges is
A309615.
The non-covering version is
A326945.
The version not closed under intersection is
A326939.
Cf.
A003180,
A003181,
A003465,
A059052,
A059201,
A245567,
A316978,
A319564,
A319637,
A326940,
A326941,
A326942,
A326947.
-
dual[eds_]:=Table[First/@Position[eds,x],{x,Union@@eds}];
Table[Length[Select[Subsets[Subsets[Range[n]]],Union@@#==Range[n]&&UnsameQ@@dual[#]&&SubsetQ[#,Intersection@@@Tuples[#,2]]&]],{n,0,3}]
A326949
Number of unlabeled T_0 sets of subsets of {1..n}.
Original entry on oeis.org
2, 4, 10, 68, 3838, 37320356
Offset: 0
Non-isomorphic representatives of the a(0) = 2 through a(2) = 10 sets of sets:
{} {} {}
{{}} {{}} {{}}
{{1}} {{1}}
{{},{1}} {{},{1}}
{{1},{2}}
{{2},{1,2}}
{{},{1},{2}}
{{},{2},{1,2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
The covering case is
A326942 (first differences).
The case without empty edges is
A326946.
Cf.
A000371,
A000612,
A003181,
A059052,
A245567,
A316978,
A319559,
A319564,
A319637,
A326939,
A326940.
A327011
Number of unlabeled sets of subsets covering n vertices where every vertex is the unique common element of some subset of the edges, also called unlabeled covering T_1 sets of subsets.
Original entry on oeis.org
2, 2, 4, 32, 2424
Offset: 0
Non-isomorphic representatives of the a(0) = 1 through a(2) = 4 sets of subsets:
{} {{1}} {{1},{2}}
{{}} {{},{1}} {{},{1},{2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
Unlabeled covering sets of subsets are
A003181.
The same with T_0 instead of T_1 is
A326942.
The non-covering version is
A326951 (partial sums).
The case without empty edges is
A326974.
Showing 1-5 of 5 results.
Comments