A327016 BII-numbers of finite T_0 topologies without their empty set.
0, 1, 2, 5, 6, 7, 8, 17, 24, 25, 34, 40, 42, 69, 70, 71, 81, 85, 87, 88, 89, 93, 98, 102, 103, 104, 106, 110, 120, 121, 122, 127, 128, 257, 384, 385, 514, 640, 642, 1029, 1030, 1031, 1281, 1285, 1287, 1408, 1409, 1413, 1538, 1542, 1543, 1664, 1666, 1670, 1920
Offset: 1
Keywords
Examples
The sequence of all finite T_0 topologies without their empty set together with their BII-numbers begins: 0: {} 1: {{1}} 2: {{2}} 5: {{1},{1,2}} 6: {{2},{1,2}} 7: {{1},{2},{1,2}} 8: {{3}} 17: {{1},{1,3}} 24: {{3},{1,3}} 25: {{1},{3},{1,3}} 34: {{2},{2,3}} 40: {{3},{2,3}} 42: {{2},{3},{2,3}} 69: {{1},{1,2},{1,2,3}} 70: {{2},{1,2},{1,2,3}} 71: {{1},{2},{1,2},{1,2,3}} 81: {{1},{1,3},{1,2,3}} 85: {{1},{1,2},{1,3},{1,2,3}} 87: {{1},{2},{1,2},{1,3},{1,2,3}} 88: {{3},{1,3},{1,2,3}}
Links
Crossrefs
Programs
-
Mathematica
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1]; Select[Range[0,1000],UnsameQ@@dual[bpe/@bpe[#]]&&SubsetQ[bpe/@bpe[#],Union[Union@@@Tuples[bpe/@bpe[#],2],DeleteCases[Intersection@@@Tuples[bpe/@bpe[#],2],{}]]]&]
Comments