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!)
A306550 Array read by antidiagonals where A(n,k) is the number of labeled k-antichains covering n vertices. 4
1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 6, 0, 0, 0, 0, 1, 25, 2, 0, 0, 0, 0, 1, 90, 56, 0, 0, 0, 0, 0, 1, 301, 790, 25, 0, 0, 0, 0, 0, 1, 966, 8380, 1895, 6, 0, 0, 0, 0, 0, 1, 3025, 76482, 70370, 2116, 1, 0, 0, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,18
LINKS
EXAMPLE
Array begins:
n=0: n=1: n=2: n=3: n=4: n=5:
---------------------------------
k=0: 1 0 0 0 0 0
k=1: 1 1 1 1 1 1
k=2: 0 0 1 6 25 90
k=3: 0 0 0 2 56 790
k=4: 0 0 0 0 25 1895
k=5: 0 0 0 0 6 2116
Column n = 3 counts the following antichains:
{{123}} {{1}{23}} {{1}{2}{3}}
{{2}{13}} {{12}{13}{23}}
{{3}{12}}
{{12}{13}}
{{12}{23}}
{{13}{23}}
MATHEMATICA
nn=8;
stableSets[u_, Q_, k_]:=If[k==0, {{}}, If[Length[u]==0, {}, With[{w=First[u]}, Join[stableSets[DeleteCases[u, w], Q, k], Prepend[#, w]&/@stableSets[DeleteCases[u, r_/; r==w||Q[r, w]||Q[w, r]], Q, k-1]]]]];
ae[n_, k_]:=Length[Select[stableSets[Subsets[Range[n]], SubsetQ, k], Union@@#==Range[n]&]];
Table[ae[k, n-k], {n, 0, nn}, {k, 0, n}]
CROSSREFS
Column sums are A006126. Row k = 2 is A000392. Rows k = 3-9 are A056046-A056049, A056052, A056101, A056104.
Sequence in context: A331928 A228632 A229657 * A339861 A087936 A089804
KEYWORD
nonn,tabl,more
AUTHOR
Gus Wiseman, Feb 23 2019
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 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)