OFFSET
11,1
COMMENTS
Mean Manhattan displacement is a(n)/A077817(n).
See also "Comparison of average Euclidean and Manhattan displacements" at link
LINKS
FORMULA
a(n)= sum l=1, A077817(n) (|i_l| + |j_l| + |k_l|) where (i_l, j_l, k_l) are the end points of all different self-avoiding walks trapped after n steps.
EXAMPLE
a(12)=40 because the A077817(12)=20 trapped walks stop at 5*(1,1,0)->d=2, 5*(2,0,0)->d=2, 10*(1,0,1)->d=2. a(12)=5*2+5*2+10*2=40. See "Enumeration of all self-trapping walks of length 12" at link
PROG
(Fortran) c Program for distance counting available at link.
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Hugo Pfoertner, Dec 30 2002
STATUS
approved