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!)
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. 5

%I #6 Sep 10 2019 19:58:09

%S 1,1,0,1,1,0,2,1,2,0,6,4,4,6,0,23,29,37,37,54,0

%N 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.

%C 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.

%C 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.

%C If empty edges are allowed, we have T(0,0) = 2.

%e Triangle begins:

%e 1

%e 1 0

%e 1 1 0

%e 2 1 2 0

%e 6 4 4 6 0

%e 23 29 37 37 54 0

%e Row n = 4 counts the following antichains:

%e {1}{234} {14}{234} {134}{234} {1234}

%e {12}{34} {13}{24}{34} {13}{14}{234} {12}{134}{234}

%e {1}{2}{34} {14}{24}{34} {12}{13}{24}{34} {124}{134}{234}

%e {1}{24}{34} {14}{23}{24}{34} {13}{14}{23}{24}{34} {12}{13}{14}{234}

%e {1}{2}{3}{4} {123}{124}{134}{234}

%e {1}{23}{24}{34} {12}{13}{14}{23}{24}{34}

%Y Row sums are A261005, or A006602 if empty edges are allowed.

%Y Column k = 0 is A327426.

%Y Column k = 1 is A327436.

%Y Column k = n - 1 is A327425.

%Y The labeled version is A327351.

%Y Cf. A003465, A006126, A014466, A048143, A293993, A323818, A326704, A327125, A327334, A327336, A327350, A327358.

%K nonn,tabl,more

%O 0,7

%A _Gus Wiseman_, Sep 10 2019

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 May 3 07:04 EDT 2024. Contains 372206 sequences. (Running on oeis4.)