A326866 Number of connectedness systems on n vertices.
1, 2, 8, 96, 6720, 8130432, 1196099819520
Offset: 0
Examples
The a(0) = 1 through a(2) = 8 connectedness systems: {} {} {} {{1}} {{1}} {{2}} {{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}]],SubsetQ[#,Union@@@Select[Tuples[#,2],Intersection@@#!={}&]]&]],{n,0,3}]
Formula
a(n) = 2^n * A072446(n).
Extensions
a(6) corrected by Christian Sievers, Oct 26 2023
Comments