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!)
A012646 exp(arcsinh(x)*sinh(x))=1+2/2!*x^2+12/4!*x^4+160/6!*x^6+2576/8!*x^8... 0
1, 2, 12, 160, 2576, 95488, 668096, 402731264, -50491782912, 14988492926976, -4720247498150912, 1909488749227393024, -925515319787778355200, 534630384211887797927936, -362170991481315590982090752 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (-1)^(n+1) * sin(1) * 2^(2*n) * n^(2*n-1) / exp(2*n + sin(1)*Pi/2). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Exp[ArcSinh[x]Sinh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 05 2013 *)
CROSSREFS
Sequence in context: A330552 A326222 A208577 * A177778 A180420 A012328
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)