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!)
A012596 exp(arcsinh(x)*sin(x))=1+2/2!*x^2+4/4!*x^4-40/6!*x^6-688/8!*x^8... 0
1, 2, 4, -40, -688, 23968, -1134784, 188393088, -40676275968, 10688526352896, -3523678949366784, 1431294964438824960, -701609173130329731072, 408385401482058726547456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (-1)^(n+1) * sinh(1) * 2^(2*n) * n^(2*n-1) / exp(2*n+Pi*sinh(1)/2). - Vaclav Kotesovec, Oct 31 2013
MATHEMATICA
Table[n!*SeriesCoefficient[Exp[ArcSinh[x]*Sin[x]], {x, 0, n}], {n, 0, 40, 2}] (* Vaclav Kotesovec, Oct 31 2013 *)
CROSSREFS
Sequence in context: A187468 A238719 A158213 * A292700 A012676 A184245
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)