login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009050 E.g.f. cos(x*sin(x)) (even power only). 0
1, 0, -12, 120, 784, -95040, 3292608, -9423232, -9230042880, 890079012864, -40083887897600, -2468650419873792, 837675174905843712, -109581967679961088000, 5834566862721760149504 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=2*sum(k=1..n-1, binomial(2*n,2*k)*(4^(n-2*k)*(-1)^(k)*sum(i=0..k-1, (i-k)^(2*n-2*k)*binomial(2*k,i)*(-1)^(n-i)))), n>0, a(0)=1. [From Vladimir Kruchinin, Jun 30 2011]

PROG

(Maxima)

a(n):=if n=0 then 1 else 2*sum(binomial(2*n, 2*k)*(4^(n-2*k)*(-1)^(k)*sum((i-k)^(2*n-2*k)*binomial(2*k, i)*(-1)^(n-i), i, 0, k-1)), k, 1, n-1); [From Vladimir Kruchinin, Jun 30 2011]

CROSSREFS

Sequence in context: A133386 A056320 A056311 * A067358 A061506 A059155

Adjacent sequences:  A009047 A009048 A009049 * A009051 A009052 A009053

KEYWORD

sign

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended with signs Mar 15 1997 by Olivier Gerard.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.