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

A013188
E.g.f.: log(cosh(x)+arctan(x))=x-3/3!*x^3+12/4!*x^4-7/5!*x^5-168/6!*x^6...
0
0, 1, 0, -3, 12, -7, -168, 917, -1568, -7183, 198400, -3803987, 27605248, 316369129, -8352339968, 40892465221, 772060278784, -12655402122271, 84749115129856, -1539257113273507, 2576755050676224
OFFSET
0,4
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Log[Cosh[x]+ArcTan[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Mar 12 2013 *)
CROSSREFS
Sequence in context: A355338 A344112 A337203 * A234947 A051353 A070706
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
First term prepended and definition clarified by Harvey P. Dale, Mar 12 2013
STATUS
approved