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

A012568
arctanh(sinh(x)*cos(x))=x-20/5!*x^5-560/7!*x^7-7920/9!*x^9...
0
1, 0, -20, -560, -7920, 1034880, 172569280, 12339608320, -1902800305920, -1037015219466240, -208832669083243520, 24402030281141555200, 43057075784745711636480, 18939654540025835056496640
OFFSET
0,3
FORMULA
a(n) = A009357(2n+1). - R. J. Mathar, Mar 17 2007
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[Sinh[x]Cos[x]], {x, 0, nn}], x] Range[ 0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jun 22 2022 *)
CROSSREFS
Cf. A009357.
Sequence in context: A210486 A047682 A231249 * A259057 A184123 A027407
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved