cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A327019 Number of non-isomorphic set-systems of weight n whose dual is a (strict) antichain.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 5, 7, 15, 26, 61
Offset: 0

Views

Author

Gus Wiseman, Aug 15 2019

Keywords

Comments

Also the number of non-isomorphic set-systems where every vertex is the unique common element of some subset of the edges, also called non-isomorphic T_1 set-systems.
A set-system is a finite set of finite nonempty sets. The dual of a set-system has, for each vertex, one edge consisting of the indices (or positions) of the edges containing that vertex. For example, the dual of {{1,2},{2,3}} is {{1},{1,2},{2}}.
An antichain is a set of sets, none of which is a subset of any other.

Examples

			Non-isomorphic representatives of the a(1) = 1 through a(8) = 15 multiset partitions:
  {1}  {1}{2}  {1}{2}{3}  {1}{2}{12}    {1}{2}{3}{23}    {12}{13}{23}
                          {1}{2}{3}{4}  {1}{2}{3}{4}{5}  {1}{2}{13}{23}
                                                         {1}{2}{3}{123}
                                                         {1}{2}{3}{4}{34}
                                                         {1}{2}{3}{4}{5}{6}
.
  {1}{23}{24}{34}        {12}{13}{24}{34}
  {3}{12}{13}{23}        {2}{13}{14}{234}
  {1}{2}{3}{13}{23}      {1}{2}{13}{24}{34}
  {1}{2}{3}{24}{34}      {1}{2}{3}{14}{234}
  {1}{2}{3}{4}{234}      {1}{2}{3}{23}{123}
  {1}{2}{3}{4}{5}{45}    {1}{2}{3}{4}{1234}
  {1}{2}{3}{4}{5}{6}{7}  {1}{2}{34}{35}{45}
                         {1}{4}{23}{24}{34}
                         {2}{3}{12}{13}{23}
                         {1}{2}{3}{4}{12}{34}
                         {1}{2}{3}{4}{24}{34}
                         {1}{2}{3}{4}{35}{45}
                         {1}{2}{3}{4}{5}{345}
                         {1}{2}{3}{4}{5}{6}{56}
                         {1}{2}{3}{4}{5}{6}{7}{8}
		

Crossrefs