login
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 {}.
4
0, 1, 3, 16, 209, 11851, 8277238, 531787248525, 112701183758471199051
OFFSET
0,3
COMMENTS
A set-system is a finite set of finite nonempty sets, so no two edges of such a set-system can be disjoint.
If {} is allowed, we get Moore families (A102896, cf A102895).
LINKS
M. Habib and L. Nourine, The number of Moore families on n = 6, Discrete Math., 294 (2005), 291-296.
FORMULA
a(n) = A326901(n) / 2 for n > 0. - Andrew Howroyd, Aug 10 2019
EXAMPLE
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}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n], {1, n}]], MemberQ[#, Range[n]]&&SubsetQ[#, Intersection@@@Tuples[#, 2]]&]], {n, 0, 3}]
CROSSREFS
The case closed under union and intersection is A006058.
The case with union instead of intersection is A102894.
The unlabeled version is A193674.
The case without requiring the maximum edge is A326901.
The covering case is A326902.
Sequence in context: A196562 A317073 A272658 * A113597 A361366 A000273
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 04 2019
EXTENSIONS
a(5)-a(8) from Andrew Howroyd, Aug 10 2019
STATUS
approved