|
Search: id:A108424
|
|
|
| A108424 |
|
Number of paths from (0,0) to (3n,0) that stay in the first quadrant, consist of steps u=(2,1),U=(1,2), or d=(1,-1) and do not touch the x-axis, except at the endpoints. |
|
+0 3
|
|
| 2, 6, 34, 238, 1858, 15510, 135490, 1223134, 11320066, 106830502, 1024144482, 9945711566, 97634828354, 967298498358, 9659274283650, 97119829841854, 982391779220482, 9990160542904134, 102074758837531810
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
a(n)=A027307(n-1)+A032349(n)
|
|
REFERENCES
|
Problem 10658, American Math. Monthly, 107, 2000, 368-370.
|
|
FORMULA
|
G.f.=zA+zA^2, where A=1+zA^2+zA^3 or, equivalently, A=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3.
a(n)=[n*2^n*binomial(2*n, n)/((2n-1)(n+1))]sum([binomial(n-1, j)]^2/[2^j*binomial(n+j+1, j)], j=0..n-1).
|
|
EXAMPLE
|
a(2)=6 because we have uudd, uUddd, Ududd, UdUddd, Uuddd, and UUdddd.
|
|
MAPLE
|
A:=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3: G:=z*A+z*A^2: Gser:=series(G, z=0, 28): seq(coeff(Gser, z^n), n=1..25);
a:=proc(n) if n=1 then 2 else (n*2^n*binomial(2*n, n)/((2*n-1)*(n+1)))*sum(binomial(n-1, j)^2/2^j/binomial(n+j+1, j), j=0..n-1) fi end: seq(a(n), n=1..19);
|
|
CROSSREFS
|
Cf. A027307, A032349.
Sequence in context: A052824 A019029 A019032 this_sequence A002685 A052878 A076863
Adjacent sequences: A108421 A108422 A108423 this_sequence A108425 A108426 A108427
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 03 2005
|
|
|
Search completed in 0.002 seconds
|