A326870 Number of connectedness systems covering n vertices.
1, 1, 5, 77, 6377, 8097721, 1196051135917
Offset: 0
Examples
The a(2) = 5 connectedness systems: {{1,2}} {{1},{2}} {{1},{1,2}} {{2},{1,2}} {{1},{2},{1,2}}
Links
- Gus Wiseman, Every Clutter Is a Tree of Blobs, The Mathematica Journal, Vol. 19, 2017.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Union@@#==Range[n]&&SubsetQ[#,Union@@@Select[Tuples[#,2],Intersection@@#!={}&]]&]],{n,0,4}]
Extensions
a(6) corrected by Christian Sievers, Oct 28 2023
Comments