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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009546 Expansion of sin(x)*sin(sin(x)). 1
0, 2, -12, 118, -1816, 37354, -974372, 31769182, -1259350576, 59073098706, -3226127944764, 202778723085382, -14503292667068744, 1168138817072817594, -105070093531389641300, 10481640556778901446190, -1152522131016352310551648 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

MATHEMATICA

Sin[ x ]*Sin[ Sin[ x ] ] (* Even Part *)

PROG

(Maxima)

a(n):=2*sum((4^(n-k)*sum((i-k)^(2*n)*binomial(2*k, i)*(-1)^(n-i-1), i, 0, k))/(2*k-1)!, k, 1, n); [From Vladimir Kruchinin, Jun 28 2011]

CROSSREFS

Sequence in context: A009742 A121425 A132692 * A009748 A095717 A089431

Adjacent sequences:  A009543 A009544 A009545 * A009547 A009548 A009549

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 18 00:14 EST 2012. Contains 206085 sequences.