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!)
A104678 a(n) = binomial(n+4,4) * binomial(n+9,4). 2
126, 1050, 4950, 17325, 50050, 126126, 286650, 600600, 1178100, 2187900, 3879876, 6613425, 10892700, 17409700, 27096300, 41186376, 61289250, 89475750, 128378250, 181306125, 252378126, 346673250, 470401750, 631098000, 837837000, 1101476376, 1434925800 (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 R. J. Mathar, Nov 29 2015: (Start)
a(n) = A000332(n+4)*A000332(n+9).
G.f.: ( -126+84*x-36*x^2+9*x^3-x^4 ) / (x-1)^9. (End)
From Amiram Eldar, Aug 30 2022: (Start)
Sum_{n>=0} 1/a(n) = 9/980.
Sum_{n>=0} (-1)^n/a(n) = 1/140. (End)
EXAMPLE
If n=0 then C(0+4,0+0)*C(0+9,4) = C(4,0)*C(9,4) = 1*126 = 126.
If n=5 then C(5+4,5+0)*C(5+9,4) = C(9,5)*C(14,4) = 126*1001 = 126126.
MAPLE
A104678:=n->binomial(n+4, n)*binomial(n+9, 4); seq(A104678(n), n=0..100); # Wesley Ivan Hurt, Dec 03 2013
MATHEMATICA
Table[Binomial[n + 4, n] Binomial[n + 9, 4], {n, 0, 100}] (* Wesley Ivan Hurt, Dec 03 2013 *)
CROSSREFS
Sequence in context: A342307 A151989 A318626 * A154093 A172139 A194717
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Apr 22 2005
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)