A330282 Number of fully chiral set-systems on n vertices.
1, 2, 5, 52, 21521
Offset: 0
Examples
The a(0) = 1 through a(2) = 5 set-systems: {} {} {} {{1}} {{1}} {{2}} {{1},{1,2}} {{2},{1,2}}
Crossrefs
Costrict (or T_0) set-systems are A326940.
The covering case is A330229.
Achiral set-systems are A083323.
BII-numbers of fully chiral set-systems are A330226.
Non-isomorphic fully chiral multiset partitions are A330227.
Fully chiral partitions are A330228.
Fully chiral factorizations are A330235.
MM-numbers of fully chiral multisets of multisets are A330236.
Programs
-
Mathematica
graprms[m_]:=Union[Table[Sort[Sort/@(m/.Rule@@@Table[{p[[i]],i},{i,Length[p]}])],{p,Permutations[Union@@m]}]]; Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Length[graprms[#]]==Length[Union@@#]!&]],{n,0,3}]
Formula
Binomial transform of A330229.
Comments