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!)
A107396 a(n) = binomial(n+5, 5) * binomial(n+7, 5). 1
21, 336, 2646, 14112, 58212, 199584, 594594, 1585584, 3864861, 8744736, 18582564, 37425024, 71954064, 132838272, 236618172, 408282336, 684723501, 1119300336, 1787771370, 2795913120, 4289184900, 6464858400, 9587091150, 14005489680, 20177780805, 28697288256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
From Amiram Eldar, Sep 01 2022: (Start)
Sum_{n>=0} 1/a(n) = 350*Pi^2/3 - 82901/72.
Sum_{n>=0} (-1)^n/a(n) = 1975/24 - 25*Pi^2/3. (End)
EXAMPLE
If n=0 then C(0+5,5)*C(0+7,5) = C(5,5)*C(7,5) = 1*21 = 21.
If n=9 then C(6+5,5)*C(6+7,5) = C(11,5)*C(13,5) = 462*1287 = 594594.
MATHEMATICA
a[n_] := Binomial[n + 5, 5] * Binomial[n + 7, 5]; Array[a, 25, 0] (* Amiram Eldar, Sep 01 2022 *)
PROG
(PARI) a(n)={binomial(n+5, 5) * binomial(n+7, 5)} \\ Andrew Howroyd, Nov 08 2019
CROSSREFS
Cf. A062196.
Sequence in context: A297336 A095905 A051525 * A036224 A113895 A062260
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, May 25 2005
EXTENSIONS
a(7) corrected and terms a(15) and beyond from Andrew Howroyd, Nov 08 2019
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)