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

A013298
cos(log(x+1)-arctanh(x))=1-3/4!*x^4-90/6!*x^6-4515/8!*x^8...
0
1, 0, -3, -90, -4515, -359100, -42047775, -6839182350, -1478380278375, -410407616619000, -142401495047686875, -60416785362985301250, -30781865895322663996875, -18550414761518537710312500
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Log[x+1]-ArcTanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 17 2019 *)
CROSSREFS
Sequence in context: A097235 A047686 A013304 * A013302 A013303 A376777
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved