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!)
A256462 Double sum of the product of two binomials with even arguments. 0
1, 14, 238, 4092, 70070, 1192516, 20177164, 339653880, 5692584870, 95050101300, 1581953021220, 26255495764680, 434697697648188, 7181635051211432, 118422830335911640, 1949458102569167344, 32043155434056810246, 525974795270875804308 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Summing the product binomial(k + j, j) * binomial(2n - k - j, n - j), without even arguments restriction, one gets the sequence A002457.
LINKS
FORMULA
a(n) = Sum_{k = 0..n} (Sum_{j = 0..n} binomial(2*k + 2*j, 2*j) * binomial(4*n - 2*k - 2*j, 2*n - 2*j)).
a(n) = (2*n^2 + 4*n + 1)*C(2*n), where C(n) is the n-th Catalan number. In other words, a(n) = A056220(n+1)*A000108(2*n).
EXAMPLE
For n = 2, the sum ((70+15+1) + (15+36+15) + (1+15+70)) evaluates to a(2) = 238.
MATHEMATICA
Table[(2*n^2 + 4*n + 1)*CatalanNumber[2*n], {n, 0, 25}]
PROG
(Magma) [(2*n^2 + 4*n + 1)*Catalan(2*n): n in [0..20]]; // Vincenzo Librandi, Apr 01 2015
CROSSREFS
Sequence in context: A305862 A222377 A220502 * A166774 A286882 A326651
KEYWORD
easy,nonn
AUTHOR
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)