A367772 Number of sets of nonempty subsets of {1..n} satisfying a strict version of the axiom of choice in more than one way.
0, 0, 1, 23, 1105, 154941, 66072394, 88945612865, 396990456067403
Offset: 0
Examples
Non-isomorphic representatives of the a(3) = 23 set-systems: {{1,2}} {{1,2,3}} {{1},{2,3}} {{1},{1,2,3}} {{1,2},{1,3}} {{1,2},{1,2,3}} {{1},{2,3},{1,2,3}} {{1,2},{1,3},{2,3}} {{1,2},{1,3},{1,2,3}}
Links
- Wikipedia, Axiom of choice.
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]], Length[Select[Tuples[#], UnsameQ@@#&]]>1&]], {n,0,3}]
Extensions
a(5)-a(8) from Christian Sievers, Jul 26 2024
Comments