A367769 Number of finite sets of nonempty non-singleton subsets of {1..n} contradicting a strict version of the axiom of choice.
0, 0, 0, 1, 1490, 67027582, 144115188036455750, 1329227995784915872903806998967001298, 226156424291633194186662080095093570025917938800079226639565284090686126876
Offset: 0
Examples
The a(3) = 1 set-system is: {{1,2},{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}]
Formula
Extensions
a(6)-a(8) from Christian Sievers, Jul 28 2024
Comments