OFFSET
0,5
COMMENTS
The triangle may be regarded as a generalization of the triangle A063007.
A063007(n,k) = binomial(n+k, n-k)*(2*k)$;
T(n,k) = binomial(n+k, n-k)*(k)$.
Here n$ denotes the swinging factorial A056040(n). As A063007 is a decomposition of the central Delannoy numbers A001850, a combinatorial interpretation of T(n,k) in terms of lattice paths can be expected.
T(n,n) = A056040(n) which can be seen as extended central binomial numbers.
LINKS
Peter Luschny, The lost Catalan numbers
R. A. Sulanke, Objects counted by the central Delannoy numbers, J. Integer Seq. 6 (2003), no. 1, Article 03.1.5.
EXAMPLE
[0] 1
[1] 1, 1
[2] 1, 3, 2
[3] 1, 6, 10, 6
[4] 1, 10, 30, 42, 6
[5] 1, 15, 70, 168, 54, 30
[6] 1, 21, 140, 504, 270, 330, 20
[7] 1, 28, 252, 1260, 990, 1980, 260, 140
MAPLE
MATHEMATICA
Flatten[Table[Binomial[n+k, n-k] k!/(Floor[k/2]!)^2, {n, 0, 10}, {k, 0, n}]] (* Harvey P. Dale, Mar 25 2012 *)
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, May 24 2011
STATUS
approved