A combinatorial interpretation of the
sequence 1, 1, 2, 6, 21, 77, ...
Reid Barton
REACH
October 26, 2002
The sequence
is defined by the recurrence relation
and begins 1, 1, 2, 6, 21, 77, 286, 1066, ....
Construct an infinite ladder graph G shown below; then bn gives
the number of paths in this graph from P0 to Pn moving only up
and to the right (or moving to the left, in the drawing on the right).
P_4 .
+-+ .
P_3 | |. P_0 P_1 P_2 P_3 P_4
+-+-+-+ * * * * *
P_2 | |/| | / \ / \ / \ / \ / \
+-+-+-+-+ * * * * * *
P_1 | |/| | \ / \ / \ / \ / \ /
+-+-+-+-+ ... *---*---*---*---* ...
P_0 | |/| | / \ / \ / \ / \ / \
+-+-+-+-+ * * * * * *
| |/| | \ / \ / \ / \ / \ /
+-+-+-+ * * * * *
.| |
. +-+
.
I'll complete this section later, but for now, just an sketch of the
proof: We prove the
determinant relation (1) by
applying the Gessel-Viennot Theorem (ref?) to the graph above with
left endpoints
(P0, P1, P2) and right endpoints
(Pn+4,
Pn+3, Pn+2). The key point is that there exists exactly one
way of joining P0 to Pn+4, P1 to Pn+3 and P2 to
Pn+2 by three vertex-disjoint paths in G. This determinant
relation together with the initial cases
b0 = b1 = 1, b2 = 2,
b3 = 6 (which can be checked by hand) uniquely determine the
sequence bn.
- The one-dimensional nature of the paths counted by bn makes
it clear that the sequence, originally defined by a quadratic
recurrence, will in fact satisfy a linear recurrence. Looking at the
drawing of G on the left, if we define a 5-tuple pn as the number
of paths from P0 to each of the five vertices on the row containing
Pn, then there exists a fixed matrix M such that
pn+1 =
Mpn; the Cayley-Hamilton theorem then tells us that the pn
satisfy a linear recurrence.
- As mentioned above, bn counts the monomials appearing in the
Laurent polynomials given by the ``number fence'' recurrence
;
a combinatorial understanding of the sequence
is thus a natural first step in understanding the
combinatorics of this recurrence relation.
Reid W Barton
2002-10-26