A368095 Number of non-isomorphic set-systems of weight n satisfying a strict version of the axiom of choice.
1, 1, 2, 4, 8, 17, 39, 86, 208, 508, 1304
Offset: 0
Examples
Non-isomorphic representatives of the a(1) = 1 through a(5) = 17 set-systems: {1} {12} {123} {1234} {12345} {1}{2} {1}{23} {1}{234} {1}{2345} {2}{12} {12}{34} {12}{345} {1}{2}{3} {13}{23} {14}{234} {3}{123} {23}{123} {1}{2}{34} {4}{1234} {1}{3}{23} {1}{2}{345} {1}{2}{3}{4} {1}{23}{45} {1}{24}{34} {1}{4}{234} {2}{13}{23} {2}{3}{123} {3}{13}{23} {4}{12}{34} {1}{2}{3}{45} {1}{2}{4}{34} {1}{2}{3}{4}{5}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[bmp[n], UnsameQ@@#&&And@@UnsameQ@@@#&&Select[Tuples[#], UnsameQ@@#&]!={}&]], {n,0,10}]
Comments