A367770 Number of sets of nonempty non-singleton subsets of {1..n} satisfying a strict version of the axiom of choice.
1, 1, 2, 15, 558, 81282, 39400122, 61313343278, 309674769204452
Offset: 0
Examples
The a(3) = 15 set-systems: {} {{1,2}} {{1,3}} {{2,3}} {{1,2,3}} {{1,2},{1,3}} {{1,2},{2,3}} {{1,2},{1,2,3}} {{1,3},{2,3}} {{1,3},{1,2,3}} {{2,3},{1,2,3}} {{1,2},{1,3},{2,3}} {{1,2},{1,3},{1,2,3}} {{1,2},{2,3},{1,2,3}} {{1,3},{2,3},{1,2,3}}
Links
- Wikipedia, Axiom of choice.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Select[Subsets[Range[n]], Length[#]>1&]], Select[Tuples[#], UnsameQ@@#&]!={}&]],{n,0,3}]
Extensions
a(6)-a(8) from Christian Sievers, Jul 28 2024
Comments