A326960 Number of sets of subsets of {1..n} covering all n vertices whose dual is a (strict) antichain, also called covering T_1 sets of subsets.
2, 2, 4, 72, 38040, 4020463392, 18438434825136728352, 340282363593610211921722192165556850240, 115792089237316195072053288318104625954343609704705784618785209431974668731584
Offset: 0
Keywords
Examples
The a(0) = 2 through a(2) = 4 sets of subsets: {} {{1}} {{1},{2}} {{}} {{},{1}} {{},{1},{2}} {{1},{2},{1,2}} {{},{1},{2},{1,2}}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]],Length[Union[Select[Intersection@@@Rest[Subsets[#]],Length[#]==1&]]]==n&]],{n,0,3}]
Formula
Binomial transform of A326967.
Comments