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”).

A012690
arcsinh(tanh(x)*cos(x))=x-6/3!*x^3+100/5!*x^5-5096/7!*x^7...
1
1, -6, 100, -5096, 523920, -90215136, 23393880640, -8507435854976, 4128617538965760, -2577268751229359616, 2011624742314369377280, -1919388801470757636909056, 2197928434387448658103603200
OFFSET
0,2
LINKS
FORMULA
Limit n->infinity (|a(n)|/(2*n)!)^(1/(2*n)) = 1.472999955676005806224549179660050772... - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[Tanh[x]*Cos[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Dec 13 2012 *)
CROSSREFS
Sequence in context: A214381 A078629 A012497 * A196693 A196726 A197066
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved