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!)
A326946 Number of unlabeled T_0 set-systems on n vertices. 17
1, 2, 5, 34, 1919, 18660178 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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
Partial sums of A319637.
a(n) = A326949(n)/2.
EXAMPLE
Non-isomorphic representatives of the a(0) = 1 through a(2) = 5 set-systems:
{} {} {}
{{1}} {{1}}
{{1},{2}}
{{2},{1,2}}
{{1},{2},{1,2}}
MATHEMATICA
dual[eds_]:=Table[First/@Position[eds, x], {x, Union@@eds}];
Table[Length[Union[normclut/@Select[Subsets[Subsets[Range[n], {1, n}]], UnsameQ@@dual[#]&]]], {n, 0, 3}]
CROSSREFS
The non-T_0 version is A000612.
The antichain case is A245567.
The covering case is A319637.
The labeled version is A326940.
The version with empty edges allowed is A326949.
Sequence in context: A358688 A002665 A192222 * A241586 A000665 A058882
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 08 2019
EXTENSIONS
a(5) from Max Alekseyev, Oct 11 2023
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)