A367868 Number of labeled simple graphs covering n vertices and contradicting a strict version of the axiom of choice.
0, 0, 0, 0, 7, 381, 21853, 1790135, 250562543, 66331467215, 34507857686001, 35645472109753873, 73356936892660012513, 301275024409580265134121, 2471655539736293803311467943, 40527712706903494712385171632959, 1328579255614092966328511889576785109
Offset: 0
Keywords
Examples
The a(4) = 7 graphs: {{1,2},{1,3},{1,4},{2,3},{2,4}} {{1,2},{1,3},{1,4},{2,3},{3,4}} {{1,2},{1,3},{1,4},{2,4},{3,4}} {{1,2},{1,3},{2,3},{2,4},{3,4}} {{1,2},{1,4},{2,3},{2,4},{3,4}} {{1,3},{1,4},{2,3},{2,4},{3,4}} {{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{2}]], Union@@#==Range[n]&&Select[Tuples[#], UnsameQ@@#&]=={}&]],{n,0,5}]
Formula
Extensions
Terms a(7) and beyond from Andrew Howroyd, Dec 30 2023
Comments