|
Search: id:A129528
|
|
|
| A129528 |
|
Number of Dyck paths such that the sum of the peak-abscissae is n. |
|
+0 2
|
|
| 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 11, 15, 19, 24, 30, 39, 48, 60, 75, 93, 115, 142, 173, 213, 260, 316, 383, 465, 560, 676, 812, 974, 1165, 1393, 1658, 1975, 2345, 2779, 3288, 3887, 4582, 5398, 6346, 7452, 8735, 10230, 11956, 13964, 16283, 18964, 22057
(list; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
REFERENCES
|
G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976.
|
|
FORMULA
|
Column sums of triangle A129174. The generating polynomial for row n of A129174 is P[n](t) = t^n*binom[2n,n]/[n+1], where [n+1]=1+t+t^2+...+t^n and binom[2n,n] is a Gaussian polynomial (in t).
|
|
EXAMPLE
|
a(6)=3 because we have (i) UUDUDD with peak-abscissae 2,4; (ii) UDUUUDDD with peak-abscissae 1,5; and (iii) UUUUUUDDDDDD with peak-abscissa 6 (here U=(1,1) and D=(1,-1)).
|
|
MAPLE
|
br:=n->sum(q^i, i=0..n-1): f:=n->product(br(j), j=1..n): cbr:=(n, k)->f(n)/f(k)/f(n-k): P:=n->sort(expand(simplify(q^n*cbr(2*n, n)/br(n+1)))): seq(add(coeff(P(m), q, l), m=0..l), l=0..60);
|
|
CROSSREFS
|
Cf. A129174.
Sequence in context: A003073 A123946 A002569 this_sequence A052336 A061287 A064651
Adjacent sequences: A129525 A129526 A129527 this_sequence A129529 A129530 A129531
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 20 2007
|
|
|
Search completed in 0.002 seconds
|