A326881 Number of set-systems with {} that are closed under intersection and cover n vertices.
1, 1, 5, 71, 4223, 2725521, 151914530499, 28175294344381108057
Offset: 0
Examples
The a(2) = 5 set-systems: {{},{1,2}} {{},{1},{2}} {{},{1},{1,2}} {{},{2},{1,2}} {{},{1},{2},{1,2}}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]],MemberQ[#,{}]&&Union@@#==Range[n]&&SubsetQ[#,Intersection@@@Tuples[#,2]]&]],{n,0,3}]
Formula
Inverse binomial transform of A102895. - Andrew Howroyd, Aug 10 2019
Extensions
a(5)-a(7) from Andrew Howroyd, Aug 10 2019