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!)
A104474 a(n) = binomial(n+3,3)*binomial(n+7,3). 1
35, 224, 840, 2400, 5775, 12320, 24024, 43680, 75075, 123200, 194480, 297024, 440895, 638400, 904400, 1256640, 1716099, 2307360, 3059000, 4004000, 5180175, 6630624, 8404200, 10556000, 13147875, 16248960, 19936224, 24295040, 29419775 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (1/36)*(n+1)*(n+2)*(n+3)*(n+5)*(n+6)*(n+7).
G.f.: ( -35+21*x-7*x^2+x^3 ) / (x-1)^7 . - R. J. Mathar, Nov 30 2015
a(n) = A000292(n+1)*A000292(n+5) . - R. J. Mathar, Nov 30 2015
From Amiram Eldar, Jan 06 2021: (Start)
Sum_{n>=0} 1/a(n) = 7/200.
Sum_{n>=0} (-1)^n/a(n) = 1/40. (End)
EXAMPLE
a(0): C(0+3,3)*C(0+7,3) = C(3,3)*C(7,3) = 1*35 = 35.
a(7): C(7+3,3)*C(7+7,3) = C(10,3)*(14,3) = 120*364 = 43680.
MATHEMATICA
f[n_] := Binomial[n + 3, 3]Binomial[n + 7, 3]; Table[ f[n], {n, 0, 28}] (* Robert G. Wilson v, Apr 20 2005 *)
PROG
(PARI) vector(30, n, n--; binomial(n+3, 3)*binomial(n+7, 3)) \\ Michel Marcus, Jul 31 2015
(Magma) [Binomial(n+3, 3)*Binomial(n+7, 3): n in [0..30]]; // Vincenzo Librandi, Jul 31 2015
CROSSREFS
Cf. A000292.
Sequence in context: A300523 A257758 A195968 * A171471 A223648 A219474
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Apr 18 2005
EXTENSIONS
More terms from Robert G. Wilson v, Apr 20 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 June 3 00:27 EDT 2024. Contains 373054 sequences. (Running on oeis4.)