A326902 Number of set-systems (without {}) covering n vertices that are closed under intersection.
1, 1, 3, 19, 319, 21881, 16417973, 1063459099837, 225402359008808647339
Offset: 0
Examples
The a(0) = 1 through a(3) = 19 set-systems: {} {{1}} {{1,2}} {{1,2,3}} {{1},{1,2}} {{1},{1,2,3}} {{2},{1,2}} {{2},{1,2,3}} {{3},{1,2,3}} {{1,2},{1,2,3}} {{1,3},{1,2,3}} {{2,3},{1,2,3}} {{1},{1,2},{1,3}} {{2},{1,2},{2,3}} {{3},{1,3},{2,3}} {{1},{1,2},{1,2,3}} {{1},{1,3},{1,2,3}} {{2},{1,2},{1,2,3}} {{2},{2,3},{1,2,3}} {{3},{1,3},{1,2,3}} {{3},{2,3},{1,2,3}} {{1},{1,2},{1,3},{1,2,3}} {{2},{1,2},{2,3},{1,2,3}} {{3},{1,3},{2,3},{1,2,3}}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Union@@#==Range[n]&&SubsetQ[#,Intersection@@@Tuples[#,2]]&]],{n,0,3}]
Formula
Inverse binomial transform of A326901. - Andrew Howroyd, Aug 10 2019
Extensions
a(5)-a(8) from Andrew Howroyd, Aug 10 2019
Comments