login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A338035 Triangle T(n,m) = (1/m)*Sum_{k=1..m} k*C(2*m-k-1,m-k)*C(2*(2*m-k),n-2*m+k), n>0, m>0. 0
1, 2, 1, 1, 5, 1, 0, 12, 8, 1, 0, 19, 33, 11, 1, 0, 21, 96, 63, 14, 1, 0, 15, 217, 256, 102, 17, 1, 0, 6, 386, 830, 524, 150, 20, 1, 0, 1, 533, 2241, 2147, 927, 207, 23, 1, 0, 0, 560, 5079, 7440, 4541, 1492, 273, 26, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: 1/(1-(1-sqrt(x*(-4*x^5-16*x^4-24*x^3-16*x^2-4*x)*y+1))/(2*x^3+4*x^2+2*x)).
EXAMPLE
1,
2,1,
1,5,1,
0,12,8,1,
0,19,33,11,1,
0,21,96,63,14,1,
0,15,217,256,102,17,1
MATHEMATICA
T[n_, m_] := Sum[k * Binomial[2*m - k - 1, m - k] * Binomial[2*(2*m - k), n - 2*m + k], {k, 1, m}] / m; Table[T[n, m], {n, 1, 10}, {m, 1, n}] // Flatten (* Amiram Eldar, Oct 08 2020 *)
PROG
(Maxima)
T(n, m):=sum(k*binomial(2*m-k-1, m-k)*binomial(2*(2*m-k), n-2*m+k), k, 1, m)/m;
CROSSREFS
Sequence in context: A231622 A165623 A264878 * A110243 A169950 A088347
KEYWORD
nonn,tabl
AUTHOR
Vladimir Kruchinin, Oct 07 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)