A367917 BII-numbers of set-systems with the same number of edges as covered vertices.
0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 17, 19, 21, 22, 24, 26, 28, 34, 35, 37, 38, 40, 41, 44, 49, 50, 52, 56, 67, 69, 70, 73, 74, 76, 81, 82, 84, 88, 97, 98, 100, 104, 112, 128, 129, 130, 131, 133, 134, 136, 137, 138, 139, 141, 142, 145, 147, 149, 150, 152
Offset: 1
Keywords
Examples
The terms together with the corresponding set-systems begin: 0: {} 1: {{1}} 2: {{2}} 3: {{1},{2}} 5: {{1},{1,2}} 6: {{2},{1,2}} 8: {{3}} 9: {{1},{3}} 10: {{2},{3}} 11: {{1},{2},{3}} 13: {{1},{1,2},{3}} 14: {{2},{1,2},{3}} 17: {{1},{1,3}} 19: {{1},{2},{1,3}} 21: {{1},{1,2},{1,3}} 22: {{2},{1,2},{1,3}} 24: {{3},{1,3}} 26: {{2},{3},{1,3}} 28: {{1,2},{3},{1,3}} 34: {{2},{2,3}} 35: {{1},{2},{2,3}} 37: {{1},{1,2},{2,3}}
Crossrefs
Programs
-
Mathematica
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n, 2]],1]; Select[Range[0,100], Length[bpe[#]]==Length[Union@@bpe/@bpe[#]]&]
Comments