|
Search: id:A128710
|
|
|
| A128710 |
|
Triangle read by rows: T(n,k)=(k+2)*binom(n,k) (0<=k<=n). |
|
+0 1
|
|
| 2, 2, 3, 2, 6, 4, 2, 9, 12, 5, 2, 12, 24, 20, 6, 2, 15, 40, 50, 30, 7, 2, 18, 60, 100, 90, 42, 8, 2, 21, 84, 175, 210, 147, 56, 9, 2, 24, 112, 280, 420, 392, 224, 72, 10, 2, 27, 144, 420, 756, 882, 672, 324, 90, 11, 2, 30, 180, 600, 1260, 1764, 1680, 1080, 450, 110, 12, 2, 33
(list; table; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
k*C(n-4,k-2) counts the permutations in S_n which have zero occurrences of the pattern 213 and one occurrence of the pattern 132 and k descents.
Sum of row n =(n+4)2^(n-1) (A045623).- by Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 02 2007
|
|
REFERENCES
|
D. Hoek, Parvisa moenster i permutationer [Swedish], (2007).
|
|
EXAMPLE
|
Triangle starts:
2;
2,3;
2,6,4;
2,9,12,5;
2,12,24,20,6;
|
|
MAPLE
|
T:=(n, k)->(k+2)*binomial(n, k): for n from 0 to 11 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 02 2007
|
|
CROSSREFS
|
Cf. A045623.
Sequence in context: A108499 A107753 A078224 this_sequence A095757 A094438 A015996
Adjacent sequences: A128707 A128708 A128709 this_sequence A128711 A128712 A128713
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
David Hoek (david.hok(AT)telia.com), Mar 23 2007
|
|
EXTENSIONS
|
Edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 02 2007
|
|
|
Search completed in 0.003 seconds
|