This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A330226 #8 Mar 26 2020 20:42:10 %S A330226 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, %T A330226 50,57,58,69,70,77,78,81,83,86,87,88,90,92,93,98,99,101,103,104,105, %U A330226 108,110,113,114,121,122,128,133,134,145,150,151,152,156,157,162 %N A330226 BII-numbers of fully chiral set-systems. %C A330226 A set-system is a finite set of finite nonempty sets. It is fully chiral if every permutation of the vertices gives a different representative. %C A330226 A binary index of n is any position of a 1 in its reversed binary expansion. The binary indices of n are row n of A048793. We define the set-system with BII-number n to be obtained by taking the binary indices of each binary index of n. Every set-system has a different BII-number. For example, 18 has reversed binary expansion (0,1,0,0,1), and since the binary indices of 2 and 5 are {2} and {1,3} respectively, the BII-number of {{2},{1,3}} is 18. Elements of a set-system are sometimes called edges. %e A330226 The sequence of all fully chiral set-systems together with their BII-numbers begins: %e A330226 0: {} %e A330226 1: {{1}} %e A330226 2: {{2}} %e A330226 5: {{1},{1,2}} %e A330226 6: {{2},{1,2}} %e A330226 8: {{3}} %e A330226 13: {{1},{1,2},{3}} %e A330226 14: {{2},{1,2},{3}} %e A330226 17: {{1},{1,3}} %e A330226 19: {{1},{2},{1,3}} %e A330226 22: {{2},{1,2},{1,3}} %e A330226 23: {{1},{2},{1,2},{1,3}} %e A330226 24: {{3},{1,3}} %e A330226 26: {{2},{3},{1,3}} %e A330226 28: {{3},{1,2},{1,3}} %e A330226 29: {{1},{3},{1,2},{1,3}} %e A330226 34: {{2},{2,3}} %e A330226 35: {{1},{2},{2,3}} %e A330226 37: {{1},{1,2},{2,3}} %e A330226 39: {{1},{2},{1,2},{2,3}} %e A330226 For example, 28 is in the sequence because all six permutations give different representatives, namely: %e A330226 {{1},{1,2},{2,3}} %e A330226 {{1},{1,3},{2,3}} %e A330226 {{2},{1,2},{1,3}} %e A330226 {{2},{1,3},{2,3}} %e A330226 {{3},{1,2},{1,3}} %e A330226 {{3},{1,2},{2,3}} %t A330226 bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1]; %t A330226 graprms[m_]:=Union[Table[Sort[Sort/@(m/.Rule@@@Table[{p[[i]],i},{i,Length[p]}])],{p,Permutations[Union@@m]}]]; %t A330226 Select[Range[0,100],Length[graprms[bpe/@bpe[#]]]==Length[Union@@bpe/@bpe[#]]!&] %Y A330226 A subset of A326947. %Y A330226 Achiral set-systems are counted by A083323. %Y A330226 BII-numbers of achiral set-systems are A330217. %Y A330226 Non-isomorphic, fully chiral multiset partitions are A330227. %Y A330226 Fully chiral partitions are counted by A330228. %Y A330226 Fully chiral covering set-systems are A330229. %Y A330226 Fully chiral factorizations are A330235. %Y A330226 MM-numbers of fully chiral multisets of multisets are A330236. %Y A330226 Cf. A000120, A000612, A016031, A048793, A070939, A326031, A326702, A330218, A330231, A330232. %K A330226 nonn %O A330226 1,3 %A A330226 _Gus Wiseman_, Dec 08 2019