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!)
A028340 Coefficient of x^3 in expansion of (x+1)*(x+3)*...*(x+2*n-1). 6
1, 16, 230, 3480, 57379, 1038016, 20570444, 444647600, 10431670821, 264300628944, 7198061846898, 209814739262856, 6520139954328519, 215245451727154944, 7524314127912551832, 277705505168550027360, 10792700030471840300745, 440604294676004639627280 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
COMMENTS
Equals fourth left hand column of A161198 triangle divided by 8. - Johannes W. Meijer, Jun 08 2009
LINKS
FORMULA
a(n) = Sum_{i=k+1..n} (-1)^(k+1-i)*2^(n-1)*binomial(i-1, k)*s1(n, i) with k = 3, where s1(n, i) are unsigned Stirling numbers of the first kind. - Victor Adamchik (adamchik(AT)ux10.sp.cs.cmu.edu), Jan 23 2001
E.g.f.: -(log(1-2*x))^3/( 48*sqrt(1-2*x) ). - Vladeta Jovovic, Feb 19 2003
MATHEMATICA
Table[Coefficient[Product[x + 2*k - 1, {k, 1, n}], x, 3], {n, 3, 50}] (* G. C. Greubel, Nov 24 2016 *)
PROG
(PARI) a(n) = polcoeff(prod(k=1, n, x+2*k-1), 3); \\ Michel Marcus, Nov 12 2014
CROSSREFS
Sequence in context: A337900 A014897 A048445 * A166903 A230234 A274467
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Nov 12 2014
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 13:24 EDT 2024. Contains 371955 sequences. (Running on oeis4.)