A327359 Triangle read by rows where T(n,k) is the number of unlabeled antichains of nonempty sets covering n vertices with vertex-connectivity exactly k.
1, 1, 0, 1, 1, 0, 2, 1, 2, 0, 6, 4, 4, 6, 0, 23, 29, 37, 37, 54, 0
Offset: 0
Examples
Triangle begins: 1 1 0 1 1 0 2 1 2 0 6 4 4 6 0 23 29 37 37 54 0 Row n = 4 counts the following antichains: {1}{234} {14}{234} {134}{234} {1234} {12}{34} {13}{24}{34} {13}{14}{234} {12}{134}{234} {1}{2}{34} {14}{24}{34} {12}{13}{24}{34} {124}{134}{234} {1}{24}{34} {14}{23}{24}{34} {13}{14}{23}{24}{34} {12}{13}{14}{234} {1}{2}{3}{4} {123}{124}{134}{234} {1}{23}{24}{34} {12}{13}{14}{23}{24}{34}
Comments