|
| |
|
|
A108447
|
|
Number of paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1),U=(1,2), or d=(1,-1) and have no peaks of the form ud.
|
|
5
| |
|
|
1, 1, 4, 20, 113, 688, 4404, 29219, 199140, 1385904, 9807820, 70364704, 510609620, 3741212535, 27639233548, 205660399220, 1539916433473, 11594310041792, 87725707127600, 666681174728724, 5086601816592432, 38948589882247968
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| Column 0 of A108446.
|
|
|
REFERENCES
| Problem 10658, American Math. Monthly, 107, 2000, 368-370.
|
|
|
FORMULA
| a(n)=(1/n)sum(binomial(n, j)*binomial(n+2j, j-1), j=0..n) (n>=1); a(0)=1. G.f.=G satisfies G=1+zG(G^2+G-1).
|
|
|
EXAMPLE
| a(2)=4 because we have uUddd, UddUdd, UdUddd and UUdddd.
|
|
|
MAPLE
| a:=n->(1/n)*sum(binomial(n, j)*binomial(n+2*j, j-1), j=0..n): 1, seq(a(n), n=1..25);
|
|
|
CROSSREFS
| Cf. A027307, A108446, A108425, A108426.
Sequence in context: A003645 A081085 A192624 * A028475 A128327 A171802
Adjacent sequences: A108444 A108445 A108446 * A108448 A108449 A108450
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 10 2005
|
| |
|
|