The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107395 a(n) = C(n+4,4)*C(n+6,4). 1
15, 175, 1050, 4410, 14700, 41580, 103950, 235950, 495495, 975975, 1821820, 3248700, 5569200, 9224880, 14825700, 23197860, 35441175, 52997175, 77729190, 112015750, 158858700, 222007500, 306101250, 416830050, 561117375, 747325215, 985483800, 1287547800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
From Amiram Eldar, Sep 06 2022: (Start)
Sum_{n>=0} 1/a(n) = 16*Pi^2 - 3946/25.
Sum_{n>=0} (-1)^n/a(n) = 1776/25 - 512*log(2)/5. (End)
EXAMPLE
If n=0 then C(0+4,4)*C(0+6,4) = C(4,4)*C(6,4) = 1*15 = 15.
If n=9 then C(9+4,4)*C(9+6,4) = C(13,4)*C(15,4) = 715*1365 = 975975.
MATHEMATICA
Table[Binomial[n+4, 4]Binomial[n+6, 4], {n, 0, 30}] (* Harvey P. Dale, Jun 07 2019 *)
CROSSREFS
Cf. A062196.
Sequence in context: A339547 A082678 A331516 * A036083 A346320 A051588
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, May 25 2005
EXTENSIONS
More terms from Harvey P. Dale, Jun 07 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 June 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)