OFFSET
0,5
COMMENTS
Also could be titled: "Table read by antidiagonals upward: T(n,k) is the number of ways to move a chess king from (1,1) to (n,k) in the first quadrant using only right, diagonal up-right, and diagonal up-left moves." - Peter Kagey, Apr 20 2020
LINKS
Peter Kagey, Table of n, a(n) for n = 0..8255 (first 128 rows, flattened)
D. Merlini, D. G. Rogers, R. Sprugnoli and M. C. Verri, On some alternative characterizations of Riordan arrays, Canad J. Math., 49 (1997), 301-320.
FORMULA
G.f.: (1-q)/[z(1+tz)(2t-1+q)], where q=sqrt(1-4tz-4t^2z^2).
EXAMPLE
a(3,1)=5 because we have RRRV, RRVR, RVRR, RD and DR.
Triangle begins:
1
1 1
1 3 3
1 5 9 9
1 7 19 31 31
1 9 33 73 113 113
1 11 51 143 287 431 431
1 13 73 249 609 1153 1697 1697
1 15 99 399 1151 2591 4719 6847 6847
1 17 129 601 2001 5201 11073 19617 28161 28161
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, Jun 15 2002
EXTENSIONS
Edited by Emeric Deutsch, Dec 21 2003
STATUS
approved