OFFSET
4,2
COMMENTS
A growing self-avoiding walk (GSAW) is a walk on a graph that is directed, does not visit the same vertex twice, and for which all neighbors of the endpoint are part of the walk, i.e., the endpoint is trapped. This sequence is about GSAWs on the grid graph of integer points (x,y) where x >= 0 and y is in {0,1,2}. The GSAW must start at the point (0,0). The length of a GSAW is the number of edges.
LINKS
Jay Pantone, A. R. Klotz, and E. Sullivan, Exactly-solvable self-trapping lattice walks. II. Lattices of arbitrary height., arXiv:2407.18205 [math.CO], 2024.
Index entries for linear recurrences with constant coefficients, signature (1,2,0,0,-1,2,-4,-3,-2,0,-4,-4).
FORMULA
G.f.: x^4*(1 + x - 2*x^2 - x^5 + x^6 - 2*x^8 - 5*x^9 - 5*x^10 - 2*x^11 - 2*x^12)/((1 + x^4)*(1 - 2*x^2)*(1 - x - 2*x^3 - x^4 - 2*x^5 - 2*x^6)).
EXAMPLE
The a(4) = 1 and a(5) = 2 walks are:
*--* * *--* * * * *
| | |
*--* * * * * *--*--*
| | | |
* * *--* * * *--*
The GSAW below has length 10.
*--*--* * * *
|
*--* *--* * *
| | |
* *--*--* * *
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jay Pantone, Jul 03 2024
STATUS
approved