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!)
A326943 Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection. 11
2, 2, 6, 70, 4078, 2704780, 151890105214, 28175292217767880450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The dual of a multiset partition has, for each vertex, one block consisting of the indices (or positions) of the blocks containing that vertex. For example, the dual of {{1,2},{2,3}} is {{1},{1,2},{2}}. The T_0 condition means that the dual is strict (no repeated edges).
LINKS
FORMULA
Inverse binomial transform of A326945.
a(n) = Sum_{k=0..n} Stirling1(n,k)*A326906(k). - Andrew Howroyd, Aug 14 2019
EXAMPLE
The a(0) = 2 through a(3) = 6 sets of subsets:
{} {{1}} {{1},{1,2}}
{{}} {{},{1}} {{2},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{},{1},{2},{1,2}}
MATHEMATICA
dual[eds_]:=Table[First/@Position[eds, x], {x, Union@@eds}];
Table[Length[Select[Subsets[Subsets[Range[n]]], Union@@#==Range[n]&&UnsameQ@@dual[#]&&SubsetQ[#, Intersection@@@Tuples[#, 2]]&]], {n, 0, 3}]
CROSSREFS
The non-T_0 version is A326906.
The case without empty edges is A309615.
The non-covering version is A326945.
The version not closed under intersection is A326939.
Sequence in context: A156529 A184712 A303225 * A304564 A181265 A093909
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 08 2019
EXTENSIONS
a(5)-a(7) from Andrew Howroyd, Aug 14 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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)