OFFSET
5,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,3,4,5}. The GSAW must start at the point (0,0). The length of a GSAW is the number of edges.
LINKS
Jay Pantone, generating function
Jay Pantone, Alexander R. Klotz, and Everett Sullivan, Exactly-solvable self-trapping lattice walks. II. Lattices of arbitrary height., arXiv:2407.18205 [math.CO], 2024.
FORMULA
See Links section for generating function.
EXAMPLE
The a(5) = 2 walks are:
> * * * * * *
>
> * * * * * *
>
> * * * * * *
>
> *--* * * * *
> | |
> * * * *--*--*
> | | |
> *--* * * *--*
CROSSREFS
KEYWORD
nonn
AUTHOR
Jay Pantone, Jul 22 2024
STATUS
approved