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!)
A337977 Triangle T(n,m) = C(n-1,n-m)*Sum_{k=1..n} C(2*k-2,k-1)*C(n-m,m-k)/m, m>0, n>0, n>=m. 0
1, 1, 1, 1, 3, 2, 1, 6, 8, 5, 1, 10, 22, 26, 14, 1, 15, 50, 85, 90, 42, 1, 21, 100, 225, 348, 322, 132, 1, 28, 182, 525, 1050, 1442, 1176, 429, 1, 36, 308, 1120, 2730, 4928, 5992, 4356, 1430, 1, 45, 492, 2226, 6426, 14238, 22920, 24894, 16302, 4862 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
G.f.: A(x,y) = -(sqrt((2*sqrt(-4*x^2*y+x^2-2*x+1)+3*x-2)/(4*x))-1/2).
EXAMPLE
1,
1, 1,
1, 3, 2,
1, 6, 8, 5,
1,10, 22, 26, 14,
1,15, 50, 85, 90, 42,
1,21,100,225,348,322,132
MATHEMATICA
Table[Binomial[n - 1, n - m] Sum[Binomial[2 k - 2, k - 1] Binomial[n - m, m - k]/m, {k, n}], {n, 10}, {m, n}] // Flatten (* Michael De Vlieger, Oct 05 2020 *)
PROG
(Maxima)
T(n, m):=(binomial(n-1, n-m)*sum(binomial(2*k-2, k-1)*binomial(n-m, m-k), k, 1, n))/m;
CROSSREFS
T(2*n,n) is A069720.
2nd column: A000217, 3rd column: 2*A006522 or 2*(A027927-1).
Sequence in context: A052174 A227790 A181897 * A212207 A111049 A211955
KEYWORD
nonn,tabl
AUTHOR
Vladimir Kruchinin, Oct 05 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 May 9 07:04 EDT 2024. Contains 372346 sequences. (Running on oeis4.)