|
Search: id:A151362
|
|
|
| A151362 |
|
Number of walks within N^2 (the first quadrant of Z^2) starting and ending at (0,0) and consisting of 2 n steps taken from {(-1, -1), (-1, 0), (-1, 1), (1, -1), (1, 0), (1, 1)} |
|
+0 1
|
|
| 1, 2, 18, 255, 4522, 91896, 2047452, 48748986, 1220457810, 31779889284, 854110511124, 23559266827278, 664125694509564, 19070108145820400, 556345776173277960, 16455889048642607295, 492658546882981692690, 14907686709710614053300, 455413194094843994648100
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
M. Bouquet-Melou and M. Mishna, 2008. Walks with small steps in the quarter plane, ArXiv 0810.4387.
|
|
MATHEMATICA
|
aux[i_Integer, j_Integer, n_Integer] := Which[Min[i, j, n] < 0 || Max[i, j] > n, 0, n == 0, KroneckerDelta[i, j, n], True, aux[i, j, n] = aux[-1 + i, -1 + j, -1 + n] + aux[-1 + i, j, -1 + n] + aux[-1 + i, 1 + j, -1 + n] + aux[1 + i, -1 + j, -1 + n] + aux[1 + i, j, -1 + n] + aux[1 + i, 1 + j, -1 + n]]; Table[aux[0, 0, 2 n], {n, 0, 25}]
|
|
CROSSREFS
|
Sequence in context: A121429 A109517 A143138 this_sequence A099880 A141009 A143154
Adjacent sequences: A151359 A151360 A151361 this_sequence A151363 A151364 A151365
|
|
KEYWORD
|
nonn,walk
|
|
AUTHOR
|
Manuel Kauers (manuel(AT)kauers.de), Nov 18 2008
|
|
|
Search completed in 0.002 seconds
|