OFFSET
0,4
COMMENTS
An antichain is a set of sets, none of which is a subset of any other. It is covering if there are no isolated vertices.
The vertex-connectivity of a set-system is the minimum number of vertices that must be removed (along with any empty or duplicate edges) to obtain a non-connected set-system or singleton. Note that this means a single node has vertex-connectivity 0.
If empty edges are allowed, we have T(0,0) = 2.
EXAMPLE
Triangle begins:
1
1 0
2 1 0
5 3 2 0
20 14 10 6 0
180 157 128 91 54 0
Non-isomorphic representatives of the antichains counted in row n = 4:
{1234} {1234} {1234} {1234}
{1}{234} {12}{134} {123}{124} {12}{134}{234}
{12}{34} {123}{124} {12}{13}{234} {123}{124}{134}
{12}{134} {12}{13}{14} {12}{134}{234} {12}{13}{14}{234}
{123}{124} {12}{13}{24} {123}{124}{134} {123}{124}{134}{234}
{1}{2}{34} {12}{13}{234} {12}{13}{24}{34} {12}{13}{14}{23}{24}{34}
{2}{13}{14} {12}{134}{234} {12}{13}{14}{234}
{12}{13}{14} {123}{124}{134} {12}{13}{14}{23}{24}
{12}{13}{24} {12}{13}{14}{23} {123}{124}{134}{234}
{1}{2}{3}{4} {12}{13}{24}{34} {12}{13}{14}{23}{24}{34}
{12}{13}{234} {12}{13}{14}{234}
{12}{134}{234} {12}{13}{14}{23}{24}
{123}{124}{134} {123}{124}{134}{234}
{4}{12}{13}{23} {12}{13}{14}{23}{24}{34}
{12}{13}{14}{23}
{12}{13}{24}{34}
{12}{13}{14}{234}
{12}{13}{14}{23}{24}
{123}{124}{134}{234}
{12}{13}{14}{23}{24}{34}
CROSSREFS
KEYWORD
AUTHOR
Gus Wiseman, Sep 09 2019
STATUS
approved