Triangle read by rows: T(n, k) is the number of walks of length n on the Z X Z grid with unit steps in all four directions (NSWE) starting at (0, 0), and ending on the vertical line x = 0 if k = 0, or on the line x = k or x = -(n + 1 - k) if k > 0.
A379822
Triangle read by rows: T(n, k) is the number of walks of length n on the Z X Z grid with unit steps in all four directions (NSWE) starting at (0, 0), and ending on the vertical line x = 0 if k = 0, or on the line x = k or x = -(n + 1 - k) if k > 0.
Terms
- a(0) =1a(1) =2a(2) =2a(3) =6a(4) =5a(5) =5a(6) =20a(7) =16a(8) =12a(9) =16a(10) =70a(11) =57a(12) =36a(13) =36a(14) =57a(15) =252a(16) =211a(17) =130a(18) =90a(19) =130a(20) =211a(21) =924a(22) =793a(23) =507a(24) =286a(25) =286a(26) =507a(27) =793a(28) =3432a(29) =3004
External references
- oeis: A379822