login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A012031
arcsinh(sin(sinh(x)))=x-1/3!*x^3+1/5!*x^5-113/7!*x^7+4033/9!*x^9...
1
1, -1, 1, -113, 4033, -307297, 32041153, -4722808145, 919792817281, -229762987386049, 71595055755086977, -27226195625057526833, 12411835138553868048961, -6681718218812850626513185
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (2*n)! * (-1)^n * c / (sqrt(n) * (arcsin(log(1+sqrt(2))))^(2*n)), where c = 0.444000919811565867306663265... . - Vaclav Kotesovec, Feb 03 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[ArcSinh[Sin[Sinh[x]]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 03 2015 *)
CROSSREFS
Sequence in context: A008362 A262074 A200854 * A283781 A350054 A250052
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved