OFFSET
0,2
COMMENTS
Each play (counting untimed downs as part of the previous play) can score at most 8 points for one team.
The same as counting walks of x-length n from the origin bounded above by y=8, below by y=-8, and using the steps {[1,8],..,[1,2],[1,-2],..,[1,-8]}.
LINKS
Bryan Ek, Lattice Walk Enumeration, arXiv:1803.10920 [math.CO], 2018.
Bryan Ek, Unimodal Polynomials and Lattice Walk Enumeration with Experimental Mathematics, arXiv:1804.05933 [math.CO], 2018.
FORMULA
G.f.: (1+10*t+13*t^2-37*t^3-40*t^4+28*t^5+26*t^6-2*t^7)/(1-4*t-59*t^2-77*t^3+170*t^4+234*t^5-92*t^6-142*t^7-4*t^8+6*t^9).
EXAMPLE
For n=1, any step is valid. For n=2, any walk with steps of opposite direction is valid while [[1,3],[1,6]] is an example of an invalid walk.
MAPLE
taylor((1+10*t+13*t^2-37*t^3-40*t^4+28*t^5+26*t^6-2*t^7)/(1-4*t-59*t^2-77*t^3+170*t^4+234*t^5-92*t^6-142*t^7-4*t^8+6*t^9), t=0, N);
CROSSREFS
KEYWORD
nonn,walk
AUTHOR
Bryan T. Ek, Mar 19 2018
STATUS
approved