A367902 Number of sets of nonempty subsets of {1..n} satisfying a strict version of the axiom of choice.
1, 2, 7, 61, 1771, 187223, 70038280, 90111497503, 397783376192189
Offset: 0
Examples
The a(2) = 7 set-systems: {} {{1}} {{2}} {{1,2}} {{1},{2}} {{1},{1,2}} {{2},{1,2}}
Links
- Wikipedia, Axiom of choice.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]], Select[Tuples[#],UnsameQ@@#&]!={}&]],{n,0,3}]
Formula
a(n) = A370636(2^n-1). - Alois P. Heinz, Mar 09 2024
Extensions
a(6)-a(8) from Christian Sievers, Jul 25 2024
Comments