A330226 BII-numbers of fully chiral set-systems.
0, 1, 2, 5, 6, 8, 13, 14, 17, 19, 22, 23, 24, 26, 28, 29, 34, 35, 37, 39, 40, 41, 44, 46, 49, 50, 57, 58, 69, 70, 77, 78, 81, 83, 86, 87, 88, 90, 92, 93, 98, 99, 101, 103, 104, 105, 108, 110, 113, 114, 121, 122, 128, 133, 134, 145, 150, 151, 152, 156, 157, 162
Offset: 1
Keywords
Examples
The sequence of all fully chiral set-systems together with their BII-numbers begins: 0: {} 1: {{1}} 2: {{2}} 5: {{1},{1,2}} 6: {{2},{1,2}} 8: {{3}} 13: {{1},{1,2},{3}} 14: {{2},{1,2},{3}} 17: {{1},{1,3}} 19: {{1},{2},{1,3}} 22: {{2},{1,2},{1,3}} 23: {{1},{2},{1,2},{1,3}} 24: {{3},{1,3}} 26: {{2},{3},{1,3}} 28: {{3},{1,2},{1,3}} 29: {{1},{3},{1,2},{1,3}} 34: {{2},{2,3}} 35: {{1},{2},{2,3}} 37: {{1},{1,2},{2,3}} 39: {{1},{2},{1,2},{2,3}} For example, 28 is in the sequence because all six permutations give different representatives, namely: {{1},{1,2},{2,3}} {{1},{1,3},{2,3}} {{2},{1,2},{1,3}} {{2},{1,3},{2,3}} {{3},{1,2},{1,3}} {{3},{1,2},{2,3}}
Crossrefs
A subset of A326947.
Achiral set-systems are counted by A083323.
BII-numbers of achiral set-systems are A330217.
Non-isomorphic, fully chiral multiset partitions are A330227.
Fully chiral partitions are counted by A330228.
Fully chiral covering set-systems are A330229.
Fully chiral factorizations are A330235.
MM-numbers of fully chiral multisets of multisets are A330236.
Programs
-
Mathematica
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1]; graprms[m_]:=Union[Table[Sort[Sort/@(m/.Rule@@@Table[{p[[i]],i},{i,Length[p]}])],{p,Permutations[Union@@m]}]]; Select[Range[0,100],Length[graprms[bpe/@bpe[#]]]==Length[Union@@bpe/@bpe[#]]!&]
Comments