The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A012039 sinh(sin(arcsinh(x))) = x-1/3!*x^3+1/5!*x^5+111/7!*x^7-9407/9!*x^9... 0
1, -1, 1, 111, -9407, 957791, -131065791, 23876150351, -5645293077119, 1689130316350143, -625455343415905919, 281176376077651011119, -150982531394396522439999, 95493861079696805301099551 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * cos(sinh(Pi/2)) * cosh(Pi/2) * 2^(2*n+1) * n^(2*n) / exp(2*n). - Vaclav Kotesovec, Oct 30 2013
MATHEMATICA
Table[n!*SeriesCoefficient[Sinh[Sin[ArcSinh[x]]], {x, 0, n}], {n, 1, 40, 2}] (* Vaclav Kotesovec, Oct 30 2013 *)
With[{nn=30}, Take[CoefficientList[Series[Sinh[Sin[ArcSinh[x]]], {x, 0, nn}], x] Range[ 0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Mar 18 2023 *)
CROSSREFS
Sequence in context: A232080 A332914 A129051 * A286117 A286083 A286731
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 June 4 17:49 EDT 2024. Contains 373102 sequences. (Running on oeis4.)