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

A013242
Expansion of e.g.f. arctanh(log(x+1) - tan(x)).
0
0, 0, -1, 0, -6, 8, -150, 448, -7560, 38432, -650160, 4827328, -85887648, 855019904, -16230758544, 204362847232, -4163699379840, 63548399361536, -1392682970270592, 24960951809133568, -588583828329908480
OFFSET
0,5
EXAMPLE
-1/2!*x^2 - 6/4!*x^4 + 8/5!*x^5 - 150/6!*x^6 ...
MATHEMATICA
With[{nn=20}, Drop[CoefficientList[Series[ArcTanh[Log[x+1]-Tan[x]], {x, 0, nn}], x] Range[0, nn]!, 2]] (* Harvey P. Dale, Aug 17 2016 *)
CROSSREFS
Sequence in context: A257869 A201387 A013236 * A169971 A295429 A267165
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 2018
STATUS
approved