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!)
A009446 E.g.f. sin(x*cos(x)) (odd powers only) 5
1, -4, 36, -848, 23824, -871872, 44942912, -2860930816, 213856723200, -19099352929280, 2010469524579328, -242177953175506944, 32998102512641970176, -5069553933584348397568, 870871673923373487243264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=(-1)^(n)*sum(k=0..n, binomial(2*n+1,2*k+1)*((sum(i=0..k, (2*k+1-2*i)^(2*n-2*k)*binomial(2*k+1,i))))/(2^(2*k))). - Vladimir Kruchinin, Jun 18 2011
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[x Cos[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 04 2017 *)
PROG
(Maxima)
a(n):=(-1)^(n)*sum(binomial(2*n+1, 2*k+1)*((sum((2*k+1-2*i)^(2*n-2*k)*binomial(2*k+1, i), i, 0, ((k)))))/(2^(2*k)), k, 0, n); /* Vladimir Kruchinin, Jun 18 2011 */
CROSSREFS
Sequence in context: A214669 A126152 A353996 * A134052 A127901 A061742
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)