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!)
A338036 Triangle T(n,m) = Sum_{k=1..m} C(2*m-k-1,m-k)*C(2*(2*m-k),n-2*m+k), n>0, m>0. 1
1, 2, 1, 1, 6, 1, 0, 18, 9, 1, 0, 34, 45, 12, 1, 0, 41, 164, 78, 15, 1, 0, 30, 453, 376, 120, 18, 1, 0, 12, 936, 1490, 695, 171, 21, 1, 0, 2, 1429, 4916, 3305, 1158, 231, 24, 1, 0, 0, 1596, 13266, 13647, 6333, 1792, 300, 27, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: 2*x^2*(x+1)^4/(1-4*x^2*(x+1)^4*y+(2*x*(x+1)^2-1)*sqrt(1-4*x^2*(x+1)^4*y)).
EXAMPLE
1,
2,1,
1,6,1,
0,18,9,1,
0,34,45,12,1,
0,41,164,78,15,1,
0,30,453,376,120,18,1
MATHEMATICA
T[n_, m_] := Sum[Binomial[2*m - k - 1, m - k] * Binomial[2*(2*m - k), n - 2*m + k], {k, 1, m}]; Table[T[n, m], {n, 1, 10}, {m, 1, n}] // Flatten (* Amiram Eldar, Oct 08 2020 *)
PROG
(Maxima)
T(n, m):=sum(binomial(2*m-k-1, m-k)*binomial(2*(2*m-k), n-2*m+k), k, 1, m);
CROSSREFS
Sequence in context: A245567 A337419 A204168 * A216914 A216917 A320637
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)