OFFSET
1,1
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 displacement of a GSAW is the difference between the largest and smallext x-values that it reaches.
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.
FORMULA
G.f.: (-2*x*(x+1)*(x^3+x-1))/((x^2+2*x-1)*(x^2+3*x-1)).
EXAMPLE
The a(1) = 2 walks are:
*--* * *--* *
| | |
*--* * * * *
| |
* * * *--* *
CROSSREFS
KEYWORD
nonn
AUTHOR
Jay Pantone, Jul 03 2024
STATUS
approved