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

A024298
Expansion of log(1+tanh(x)*sin(x))/2.
0
0, 1, -12, 371, -23212, 2462221, -397812162, 91074108971, -28061144757112, 11197923936924121, -5618483731461136062, 3461958000431478483671, -2569952518351298130757012, 2262189462485360615989843621, -2329800142118914687262408707962
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Log[1+Tanh[x]*Sin[x]]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Aug 30 2016 *)
CROSSREFS
Cf. A009396.
Sequence in context: A218310 A268550 A235685 * A177112 A081021 A269609
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Previous Mathematica program replaced by Harvey P. Dale, Aug 30 2016
STATUS
approved