A326903 Number of set-systems (without {}) on n vertices that are closed under intersection and have an edge containing all of the vertices, or Moore families without {}.
0, 1, 3, 16, 209, 11851, 8277238, 531787248525, 112701183758471199051
Offset: 0
Examples
The a(1) = 1 through a(3) = 16 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,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}}
Links
- M. Habib and L. Nourine, The number of Moore families on n = 6, Discrete Math., 294 (2005), 291-296.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],MemberQ[#,Range[n]]&&SubsetQ[#,Intersection@@@Tuples[#,2]]&]],{n,0,3}]
Formula
a(n) = A326901(n) / 2 for n > 0. - Andrew Howroyd, Aug 10 2019
Extensions
a(5)-a(8) from Andrew Howroyd, Aug 10 2019
Comments