|
Search: id:A128739
|
|
|
| A128739 |
|
Number of skew Dyck paths of semilength n having no DD's. A skew Dyck path is a path in the first quadrant which begins at the origin, ends on the x-axis, consists of steps U=(1,1)(up), D=(1,-1)(down), and L=(-1,-1)(left) so that up and left steps do not overlap. The length of the path is defined to be the number of its steps. |
|
+0 2
|
|
| 1, 1, 2, 5, 14, 41, 124, 386, 1230, 3992, 13150, 43856, 147796, 502530, 1721856, 5939353, 20608102, 71879003, 251876040, 886309559, 3130552258, 11095355269, 39447022648, 140645181280, 502773092420, 1801633916188, 6470373097004
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n)=A128738(n,0).
|
|
REFERENCES
|
E. Deutsch, E. Munarini, and S. Rinaldi, Skew Dyck paths (in preparation).
|
|
FORMULA
|
G.f.= G=G(t,z) satisfies z^2*G^3-z(1-z)G^2-(1-z)(1-3z)G+(1-z)^2=0.
|
|
EXAMPLE
|
a(3)=5 because we have UDUDUD, UDUUDL, UUUDLD, UUDUDL, and UUUDLL.
|
|
MAPLE
|
eq:=z^2*G^3-z*(1-z)*G^2-(1-z)*(1-3*z)*G+(1-z)^2=0: G:=RootOf(eq, G): Gser:=series(G, z=0, 35): seq(coeff(Gser, z, n), n=0..30);
|
|
CROSSREFS
|
Cf. A128738.
Sequence in context: A113485 A054391 A108626 this_sequence A036766 A000660 A025274
Adjacent sequences: A128736 A128737 A128738 this_sequence A128740 A128741 A128742
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 31 2007
|
|
|
Search completed in 0.002 seconds
|