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

A012744
sinh(arctanh(x)*cos(x))=x+504/7!*x^7+24384/9!*x^9+2375296/11!*x^11...
0
1, 0, 0, 504, 24384, 2375296, 338479232, 64501554688, 16130341302272, 5112670099460096, 2003580047549120512, 951418445045046378496, 538352433444301745848320, 357916525207050277213175808
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sinh[ArcTanh[x]Cos[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Nov 20 2011 *)
CROSSREFS
Sequence in context: A012829 A013973 A218132 * A291116 A145095 A035293
KEYWORD
nonn,easy
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved