OFFSET
0,2
COMMENTS
The number of walks that take one of the four directions U, D, R, L which arrive at (1,0) is zero if the number of steps is even. For odd number of steps we count the walks that start at (0,0) pass through any set of points that are not {(0,0),(1,0)} and arrive at (1,0).
MAPLE
g002894 := hypergeom([1/2, 1/2], [1], 16*x^2) ;
g060150 := x*hypergeom([1, 3/2, 3/2], [2, 2], 16*x^2) ;
1/2/(g002894-g060150)-1/2/(g002894+g060150) ;
taylor(%, x=0, 40);
L := gfun[seriestolist](%) ; # includes zeros of even steps
CROSSREFS
KEYWORD
nonn,walk
AUTHOR
R. J. Mathar, Sep 27 2020
STATUS
approved