A327082
BII-numbers of set-systems with cut-connectivity 2.
Original entry on oeis.org
4, 5, 6, 7, 16, 17, 24, 25, 32, 34, 40, 42, 256, 257, 384, 385, 512, 514, 640, 642, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850
Offset: 1
The sequence of all set-systems with cut-connectivity 2 together with their BII-numbers begins:
4: {{1,2}}
5: {{1},{1,2}}
6: {{2},{1,2}}
7: {{1},{2},{1,2}}
16: {{1,3}}
17: {{1},{1,3}}
24: {{3},{1,3}}
25: {{1},{3},{1,3}}
32: {{2,3}}
34: {{2},{2,3}}
40: {{3},{2,3}}
42: {{2},{3},{2,3}}
256: {{1,4}}
257: {{1},{1,4}}
384: {{4},{1,4}}
385: {{1},{4},{1,4}}
512: {{2,4}}
514: {{2},{2,4}}
640: {{4},{2,4}}
642: {{2},{4},{2,4}}
The first term involving an edge of size 3 is 832: {{1,2,3},{1,4},{2,4}}.
BII-numbers for non-spanning edge-connectivity 2 are
A327097.
BII-numbers for spanning edge-connectivity 2 are
A327108.
The cut-connectivity 1 version is
A327098.
The cut-connectivity > 1 version is
A327101.
Covering 2-cut-connected set-systems are counted by
A327112.
Covering set-systems with cut-connectivity 2 are counted by
A327113.
-
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1];
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[OrderedQ[#],UnsameQ@@#,Length[Intersection@@s[[#]]]>0]&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
vertConnSys[sys_]:=If[Length[csm[sys]]!=1,0,Min@@Length/@Select[Subsets[Union@@sys],Function[del,Length[csm[DeleteCases[DeleteCases[sys,Alternatives@@del,{2}],{}]]]!=1]]];
Select[Range[0,100],vertConnSys[bpe/@bpe[#]]==2&]
A327101
BII-numbers of 2-cut-connected set-systems (cut-connectivity >= 2).
Original entry on oeis.org
4, 5, 6, 7, 16, 17, 24, 25, 32, 34, 40, 42, 52, 53, 54, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107
Offset: 1
The sequence of all 2-cut-connected set-systems together with their BII-numbers begins:
4: {{1,2}}
5: {{1},{1,2}}
6: {{2},{1,2}}
7: {{1},{2},{1,2}}
16: {{1,3}}
17: {{1},{1,3}}
24: {{3},{1,3}}
25: {{1},{3},{1,3}}
32: {{2,3}}
34: {{2},{2,3}}
40: {{3},{2,3}}
42: {{2},{3},{2,3}}
52: {{1,2},{1,3},{2,3}}
53: {{1},{1,2},{1,3},{2,3}}
54: {{2},{1,2},{1,3},{2,3}}
55: {{1},{2},{1,2},{1,3},{2,3}}
60: {{1,2},{3},{1,3},{2,3}}
61: {{1},{1,2},{3},{1,3},{2,3}}
62: {{2},{1,2},{3},{1,3},{2,3}}
63: {{1},{2},{1,2},{3},{1,3},{2,3}}
Positions of numbers >= 2 in
A326786.
2-cut-connected graphs are counted by
A013922, if we assume
A013922(2) = 0.
2-cut-connected integer partitions are counted by
A322387.
BII-numbers for cut-connectivity 2 are
A327082.
BII-numbers for cut-connectivity 1 are
A327098.
BII-numbers for non-spanning edge-connectivity >= 2 are
A327102.
BII-numbers for spanning edge-connectivity >= 2 are
A327109.
Covering 2-cut-connected set-systems are counted by
A327112.
Covering set-systems with cut-connectivity 2 are counted by
A327113.
The labeled cut-connectivity triangle is
A327125, with unlabeled version
A327127.
-
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1];
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[OrderedQ[#],UnsameQ@@#,Length[Intersection@@s[[#]]]>0]&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
cutConnSys[vts_,eds_]:=If[Length[vts]==1,1,Min@@Length/@Select[Subsets[vts],Function[del,csm[DeleteCases[DeleteCases[eds,Alternatives@@del,{2}],{}]]!={Complement[vts,del]}]]];
Select[Range[0,100],cutConnSys[Union@@bpe/@bpe[#],bpe/@bpe[#]]>=2&]
A327112
Number of set-systems covering n vertices with cut-connectivity >= 2, or 2-cut-connected set-systems.
Original entry on oeis.org
0, 0, 4, 72, 29856
Offset: 0
Non-isomorphic representatives of the a(3) = 72 set-systems:
{{123}}
{{3}{123}}
{{23}{123}}
{{2}{3}{123}}
{{1}{23}{123}}
{{3}{23}{123}}
{{12}{13}{23}}
{{13}{23}{123}}
{{1}{2}{3}{123}}
{{1}{3}{23}{123}}
{{2}{3}{23}{123}}
{{3}{12}{13}{23}}
{{2}{13}{23}{123}}
{{3}{13}{23}{123}}
{{12}{13}{23}{123}}
{{1}{2}{3}{23}{123}}
{{2}{3}{12}{13}{23}}
{{1}{2}{13}{23}{123}}
{{2}{3}{13}{23}{123}}
{{3}{12}{13}{23}{123}}
{{1}{2}{3}{12}{13}{23}}
{{1}{2}{3}{13}{23}{123}}
{{2}{3}{12}{13}{23}{123}}
{{1}{2}{3}{12}{13}{23}{123}}
Covering 2-cut-connected graphs are
A013922, if we assume
A013922(2) = 1.
Covering 2-cut-connected antichains (blobs) are
A275307, if we assume
A275307(1) = 0.
Covering set-systems with cut-connectivity 2 are
A327113.
2-vertex-connected integer partitions are
A322387.
BII-numbers of set-systems with cut-connectivity >= 2 are
A327101.
The cut-connectivity of the set-system with BII-number n is
A326786(n).
-
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[OrderedQ[#],UnsameQ@@#,Length[Intersection@@s[[#]]]>0]&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
vConn[sys_]:=If[Length[csm[sys]]!=1,0,Min@@Length/@Select[Subsets[Union@@sys],Function[del,Length[csm[DeleteCases[DeleteCases[sys,Alternatives@@del,{2}],{}]]]!=1]]];
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Union@@#==Range[n]&&vConn[#]>=2&]],{n,0,3}]
A327127
Triangle read by rows where T(n,k) is the number of unlabeled simple graphs with n vertices where k is the minimum number of vertices that must be removed (along with any incident edges) to obtain a disconnected or empty graph.
Original entry on oeis.org
1, 0, 1, 1, 0, 1, 2, 1, 0, 1, 5, 3, 2, 0, 1, 13, 11, 7, 2, 0, 1
Offset: 0
Triangle begins:
1
0 1
1 0 1
2 1 0 1
5 3 2 0 1
13 11 7 2 0 1
A more standard version (zeros removed) is
A259862.
A327197
Number of set-systems covering n vertices with cut-connectivity 1.
Original entry on oeis.org
0, 1, 0, 24, 1984
Offset: 0
The a(3) = 24 set-systems:
{12}{13} {1}{12}{13} {1}{2}{12}{13} {1}{2}{3}{12}{13}
{12}{23} {1}{12}{23} {1}{2}{12}{23} {1}{2}{3}{12}{23}
{13}{23} {1}{13}{23} {1}{2}{13}{23} {1}{2}{3}{13}{23}
{2}{12}{13} {1}{3}{12}{13}
{2}{12}{23} {1}{3}{12}{23}
{2}{13}{23} {1}{3}{13}{23}
{3}{12}{13} {2}{3}{12}{13}
{3}{12}{23} {2}{3}{12}{23}
{3}{13}{23} {2}{3}{13}{23}
The BII-numbers of these set-systems are
A327098.
The same for cut-connectivity 2 is
A327113.
The non-covering version is
A327128.
Cf.
A003465,
A052442,
A052443,
A259862,
A323818,
A326786,
A327101,
A327112,
A327114,
A327126,
A327229.
-
csm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[OrderedQ[#],UnsameQ@@#,Length[Intersection@@s[[#]]]>0]&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
cutConnSys[vts_,eds_]:=If[Length[vts]==1,1,Min@@Length/@Select[Subsets[vts],Function[del,csm[DeleteCases[DeleteCases[eds,Alternatives@@del,{2}],{}]]!={Complement[vts,del]}]]];
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Union@@#==Range[n]&&cutConnSys[Range[n],#]==1&]],{n,0,3}]
A327198
Number of labeled simple graphs covering n vertices with vertex-connectivity 2.
Original entry on oeis.org
0, 0, 0, 1, 9, 212, 9600, 789792, 114812264, 29547629568, 13644009626400, 11489505388892800, 17918588321874717312, 52482523149603539181312, 292311315623259148521270784, 3129388799344153886272170009600, 64965507855114369076680860799267840
Offset: 0
Cf.
A005644,
A013922,
A052442,
A259862,
A326786,
A327082,
A327101,
A327112,
A327113,
A327126,
A327227.
-
csm[s_]:=With[{c=Select[Subsets[Range[Length[s]],{2}],Length[Intersection@@s[[#]]]>0&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
vertConnSys[vts_,eds_]:=Min@@Length/@Select[Subsets[vts],Function[del,Length[del]==Length[vts]-1||csm[DeleteCases[DeleteCases[eds,Alternatives@@del,{2}],{}]]!={Complement[vts,del]}]];
Table[Length[Select[Subsets[Subsets[Range[n],{2}]],vertConnSys[Range[n],#]==2&]],{n,0,5}]
A327128
Number of set-systems with n vertices whose edge-set has cut-connectivity 1.
Original entry on oeis.org
0, 1, 2, 27, 2084
Offset: 0
The BII-numbers of these set-systems are
A327098.
Cf.
A003465,
A052442,
A052443,
A259862,
A323818,
A326786,
A327101,
A327112,
A327113,
A327114,
A327126,
A327229.
-
csm[s_]:=With[{c=Select[Subsets[Range[Length[s]],{2}],Length[Intersection@@s[[#]]]>0&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];
cutConnSys[vts_,eds_]:=If[Length[vts]==1,1,Min@@Length/@Select[Subsets[vts],Function[del,csm[DeleteCases[DeleteCases[eds,Alternatives@@del,{2}],{}]]!={Complement[vts,del]}]]];
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],cutConnSys[Union@@#,#]==1&]],{n,0,3}]
Showing 1-7 of 7 results.
Comments