A327097 BII-numbers of set-systems with non-spanning edge-connectivity 2.
5, 6, 17, 20, 24, 34, 36, 40, 48, 53, 54, 55, 60, 61, 62, 63, 65, 66, 68, 71, 72, 80, 86, 87, 89, 92, 93, 94, 95, 96, 101, 103, 106, 108, 109, 110, 111, 113, 114, 115, 121, 122, 123, 257, 260, 272, 308, 309, 310, 311, 316, 317, 318, 319, 320, 326, 327, 342
Offset: 1
Keywords
Examples
The sequence of all set-systems with non-spanning edge-connectivity 2 together with their BII-numbers begins: 5: {{1},{1,2}} 6: {{2},{1,2}} 17: {{1},{1,3}} 20: {{1,2},{1,3}} 24: {{3},{1,3}} 34: {{2},{2,3}} 36: {{1,2},{2,3}} 40: {{3},{2,3}} 48: {{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}} 65: {{1},{1,2,3}} 66: {{2},{1,2,3}} 68: {{1,2},{1,2,3}} 71: {{1},{2},{1,2},{1,2,3}}
Crossrefs
Programs
-
Mathematica
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]]]]]]]]]; edgeConn[y_]:=If[Length[csm[bpe/@y]]!=1,0,Length[y]-Max@@Length/@Select[Union[Subsets[y]],Length[csm[bpe/@#]]!=1&]]; Select[Range[0,100],edgeConn[bpe[#]]==2&]
Comments