A327107 BII-numbers of set-systems with minimum vertex-degree > 1.
7, 25, 30, 31, 42, 45, 47, 51, 52, 53, 54, 55, 59, 60, 61, 62, 63, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 97, 99, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124
Offset: 1
Keywords
Examples
The sequence of all set-systems with maximum degree > 1 together with their BII-numbers begins: 7: {{1},{2},{1,2}} 25: {{1},{3},{1,3}} 30: {{2},{1,2},{3},{1,3}} 31: {{1},{2},{1,2},{3},{1,3}} 42: {{2},{3},{2,3}} 45: {{1},{1,2},{3},{2,3}} 47: {{1},{2},{1,2},{3},{2,3}} 51: {{1},{2},{1,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}} 59: {{1},{2},{3},{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}} 75: {{1},{2},{3},{1,2,3}} 76: {{1,2},{3},{1,2,3}}
Crossrefs
Programs
-
Mathematica
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1]; Select[Range[100],Min@@Length/@Split[Sort[Join@@bpe/@bpe[#]]]>1&]
Comments