OFFSET
7,2
COMMENTS
The mean Manhattan displacement is given by a(n)/A077482(n) See also "Average Manhattan end point distance" and "Comparison of average Euclidean and Manhattan displacements" at link
LINKS
EXAMPLE
a(9)=21 because the A077482(9)=11 different self-trapping walk stop at 5*(0,1)->d=1, 2*(1,2)->d=3, 2*(2,1)->d=3,(-1,0)->d=1,(3,0)->d=3. a(9)=5*1+2*3+2*3+1+3=21
PROG
(Fortran) c Program for distance counting available at link.
CROSSREFS
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Dec 28 2002
STATUS
approved