- the path ends at (n,n)
- the path may touch (but never goes over) the main diagonal
People have studied "generalized" Dyck paths, where the grid is now rectangular (n X m), and the step lengths are appropriately skewed. However, what I'm interested in is the following seemingly simple generalization:
Let a (n,k)-Dyck path be a Dyck path with the modification that the path, instead of ending at (n,n), ends at (n,k) (k <=n). What is the number of (n,k)-Dyck paths ?It seems like this should have been looked at, but I've been unable so far to find any reference to such a structure. I was wondering if readers had any pointers ? Note that this number is at most Cn-1 since any such path can be completed into a unique Dyck path.
See http://www.research.att.com/~njas/sequences/A009766
ReplyDeleteThe formula you are looking for seems to be
a(n, k)= binomial(n+k,n)*(n-k+1)/(n+1)
In particular, a(n, n-1) = a(n, n), which is clear geometrically.
Hi
ReplyDeleteI looked at an isomorphic catalan system all summer and they are totally awesome. Sleator Tarjan and Thruston tightly bounded the rotation distance of binary trees for a fixed n using hyperbolic geometry--we were tying to produce examples of triangulations that exhibit the diameter. We came up with a bunch of stuff but not quite what we were looking for.
Do you know if anyone has looked Dyck paths as a type of path homotopy? Eg if you glue the lattice square to get the torus then a diagonal path wraps quotients into a loop.
-m
Anon1: thanks for the tip - that's what we needed !
ReplyDeleteAnon2: sounds fascinating. I don't know anything about it, but if you have a link I'd love to hear more.