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”).

A338995
Triangle T(n,m):=binomial(n+3*m+2,n-m).
0
1, 3, 1, 6, 7, 1, 10, 28, 11, 1, 15, 84, 66, 15, 1, 21, 210, 286, 120, 19, 1, 28, 462, 1001, 680, 190, 23, 1, 36, 924, 3003, 3060, 1330, 276, 27, 1, 45, 1716, 8008, 11628, 7315, 2300, 378, 31, 1, 55, 3003, 19448, 38760, 33649, 14950, 3654, 496, 35, 1, 66, 5005, 43758, 116280, 134596, 80730, 27405, 5456, 630, 39, 1
OFFSET
0,2
COMMENTS
Riordan Array (1/(1-x)^3,x/(1-x)).
Sum_{m=0..n} T(n,m) = A055990(n-1).
FORMULA
G.f.: 1/(1-x)^3/(1-y*x/(1-x)^4).
EXAMPLE
1,
3, 1,
6, 7, 1,
10, 28, 11, 1,
15, 84, 66, 15, 1,
21, 210, 286, 120, 19, 1,
28, 462, 1001, 680, 190, 23, 1
CROSSREFS
Cf. A000217 (1st column), A007318, A055990 (row sums).
Sequence in context: A208766 A259454 A209696 * A359574 A210749 A330587
KEYWORD
nonn,tabl
AUTHOR
Vladimir Kruchinin, Nov 17 2020
STATUS
approved