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!)
A104670 a(n) = binomial(n+2, 2)*binomial(n+7, n). 0
1, 24, 216, 1200, 4950, 16632, 48048, 123552, 289575, 629200, 1283568, 2482272, 4585308, 8139600, 13953600, 23193984, 37509021, 59183784, 91333000, 138138000, 205134930, 299562120, 430775280, 610740000, 854611875, 1181415456, 1614834144, 2184124096, 2925166200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
G.f.: (1 + 14*x + 21*x^2)/(1-x)^10. - Colin Barker, Mar 18 2012
From Amiram Eldar, Aug 30 2022: (Start)
Sum_{n>=0} 1/a(n) = 49*Pi^2/3 - 288281/1800.
Sum_{n>=0} (-1)^n/a(n) = 448*log(2)/3 - 35*Pi^2/6 - 1799/40. (End)
EXAMPLE
If n=0 then C(2+0,2)*C(7+0,0+0) = C(2,2)*C(7,0) = 1*1 = 1;
if n=6 then C(2+6,2)*C(7+6,0+6) = C(8,2)*C(13,6) = 28*1716 = 48048.
MAPLE
[seq(stirling2(n+1, n)*binomial(n+6, 7), n=1..25)]; # Zerinvary Lajos, Dec 06 2006
MATHEMATICA
a[n_] := Binomial[n + 2, 2] * Binomial[n + 7, 7]; Array[a, 25, 0] (* Amiram Eldar, Aug 30 2022 *)
CROSSREFS
Cf. A062190.
Sequence in context: A221434 A008655 A133754 * A205968 A232474 A205816
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Apr 22 2005
EXTENSIONS
Corrected and extended by Don Reble, Nov 21 2006
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)