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!)
A191298 Expansion of exp(x*sin(x)) = 1 + Sum_{n>0} a(n)*x^(2*n)/(2*n-1)!. 0
1, 1, 2, 1, -99, -1079, 23495, 966525, -16291261, -1873014575, 27516674607, 7224252321637, -115719553200757, -50076660708857799, 1204475857461455111, 569715992136327120781, -24507410696611760644125, -9814015942898985962042975, 770782760061897531253976159, 237378562542668565550332844725 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=sum(k=1..n, binomial(2*n,k)*(sum(i=0..k/2, (2*i-k)^(2*n-k)*binomial(k,i)*(-1)^(n-i)))/(2^k))/n, n>0, a(0)=1.
PROG
(Maxima)
a(n):=sum(binomial(2*n, k)*(sum((2*i-k)^(2*n-k)*binomial(k, i)*(-1)^(n-i), i, 0, k/2))/(2^k), k, 1, n)/n;
CROSSREFS
Sequence in context: A147805 A141527 A301631 * A104025 A335600 A039923
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, May 30 2011
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)