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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009541 Expansion of sin(x)*exp(sin(x)). 1
0, 1, 2, 2, -4, -24, -42, 104, 888, 1792, -8086, -68608, -115468, 1203840, 8863806, 5570816, -275344656, -1636425728, 2488177106, 86205304832, 369676840940, -2289265803264, -34139482063962, -73881736609792, 1691837365047912 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=sum(k=1..n, (1+(-1)^(n-k))*2^(-k)*sum(i=0..k/2, (-1)^((n+k)/2-i)*binomial(k,i)*(2*i-k)^n)/(k-1)!), [Vladimir Kruchinin (kru(AT)ie.tusur.ru), Apr 19 2011]

a(n) = D^n(x*exp(x)) evaluated at x = 0, where D is the operator sqrt(1-x^2)*d/dx. Cf. A009623. - Peter Bala, Dec 06 2011

MATHEMATICA

Sin[ x ]*Exp[ Sin[ x ] ]

PROG

(Maxima)

a(n):=sum((1+(-1)^(n-k))*2^(-k)*sum((-1)^((n+k)/2-i)*binomial(k, i)*(2*i-k)^n, i, 0, k/2)/(k-1)!, k, 1, n); [Vladimir Kruchinin (kru(AT)ie.tusur.ru), Apr 19 2011]

CROSSREFS

A009623.

Sequence in context: A175185 A062267 A128501 * A176161 A006829 A154594

Adjacent sequences:  A009538 A009539 A009540 * A009542 A009543 A009544

KEYWORD

sign,easy

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.