OFFSET
7,2
COMMENTS
REFERENCES
See under A077483
LINKS
FORMULA
P(n) = a(n) / ( 3^(n-1) * 2^(n-floor((4*n+1)^(1/2))-3) ) = a(n) / ( 3^(n-1) * 2^(A076874(n)-3) )
EXAMPLE
See under A077483; the inclusion of a(7)=1 is somewhat artificial due to the occurrence of 2^(-1) in the denominator: P(7)=a(7)/(3^6 *2^(7-floor(sqrt(29))-3))= 1/(729*2^(7-5-3))=1/(729*2*(-1))=2/729 See also: "Count self-trapping walks up to length 23" provided at given link.
PROG
(Fortran) c Program provided at given link
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Hugo Pfoertner, Nov 27 2002
STATUS
approved