login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A326881 Number of set-systems with {} that are closed under intersection and cover n vertices. 13
1, 1, 5, 71, 4223, 2725521, 151914530499, 28175294344381108057 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Inverse binomial transform of A102895. - Andrew Howroyd, Aug 10 2019
EXAMPLE
The a(2) = 5 set-systems:
{{},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{},{1},{2},{1,2}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n]]], MemberQ[#, {}]&&Union@@#==Range[n]&&SubsetQ[#, Intersection@@@Tuples[#, 2]]&]], {n, 0, 3}]
CROSSREFS
The case also closed under union is A000798.
The connected case (i.e., with maximum) is A102894.
The same for union instead of intersection is (also) A102894.
The non-covering case is A102895.
The BII-numbers of these set-systems (without the empty set) are A326880.
The unlabeled case is A326883.
Sequence in context: A193436 A193501 A133990 * A120808 A092204 A079874
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jul 30 2019
EXTENSIONS
a(5)-a(7) from Andrew Howroyd, Aug 10 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)