login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A128417
Number triangle T(n,k)=2^(n-k)*C(2n,n-k).
4
1, 4, 1, 24, 8, 1, 160, 60, 12, 1, 1120, 448, 112, 16, 1, 8064, 3360, 960, 180, 20, 1, 59136, 25344, 7920, 1760, 264, 24, 1, 439296, 192192, 64064, 16016, 2912, 364, 28, 1, 3294720, 1464320
OFFSET
0,2
COMMENTS
Inverse of A128414. Row sums are A128418. Diagonal sums are A128419.
LINKS
Sheng-Liang Yang, Yan-Ni Dong, and Tian-Xiao He, Some matrix identities on colored Motzkin paths, Discrete Mathematics 340.12 (2017): 3081-3091.
FORMULA
Riordan array (1/sqrt(1-8x),(1-4x-sqrt(1-8x)/(8x)); T(n,k)=2^(n-k)*A094527(n,k).
EXAMPLE
1,
4, 1,
24, 8, 1,
160, 60, 12, 1,
1120, 448, 112, 16, 1,
8064, 3360, 960, 180, 20, 1,
59136, 25344, 7920, 1760, 264, 24, 1,
439296, 192192, 64064, 16016, 2912, 364, 28, 1
MATHEMATICA
Flatten[Table[2^(n-k) Binomial[2n, n-k], {n, 0, 10}, {k, 0, n}]] (* Harvey P. Dale, Nov 02 2011 *)
CROSSREFS
Cf. A128413.
Sequence in context: A337204 A166027 A158978 * A257532 A183875 A136232
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Mar 02 2007
STATUS
approved