|
Search: id:A151498
|
|
|
| A151498 |
|
Number of walks within N^2 (the first quadrant of Z^2) starting at (0,0), ending on the vertical axis and consisting of 2 n steps taken from {(-1, 1), (1, -1), (1, 0)} |
|
+0 1
|
|
| 1, 1, 3, 12, 57, 301, 1707, 10191, 63244, 404503, 2650293, 17709684, 120288313, 828352036, 5771747783, 40625485570, 288482116987, 2064429518054, 14874855533504, 107832596542894, 785986247826371, 5757192302807027, 42357833323697589, 312901369167191854, 2319946973815289676
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
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, j, -1 + n] + aux[-1 + i, 1 + j, -1 + n] + aux[1 + i, -1 + j, -1 + n]]; Table[Sum[aux[0, k, 2 n], {k, 0, 2 n}], {n, 0, 25}]
|
|
CROSSREFS
|
Sequence in context: A165310 A133158 A047891 this_sequence A103370 A094149 A117107
Adjacent sequences: A151495 A151496 A151497 this_sequence A151499 A151500 A151501
|
|
KEYWORD
|
nonn,walk
|
|
AUTHOR
|
Manuel Kauers (manuel(AT)kauers.de), Nov 18 2008
|
|
|
Search completed in 0.002 seconds
|