[go: up one dir, main page]

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

A012759
Expansion of e.g.f.: arctan(cosh(x)*log(x+1))=x-1/2!*x^2+3/3!*x^3-57/5!*x^5+405/6!*x^6...
0
0, 1, -1, 3, 0, -57, 405, -1827, -4424, 223541, -2901285, 19263167, 121524216, -6372341445, 112206095729, -915357416711, -12418256340720, 674275623382473, -14438518400518281, 129951850481453275
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTan[Cosh[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 06 2014 *)
CROSSREFS
Sequence in context: A193410 A271762 A264882 * A296621 A120953 A009784
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified and zero prepended by Harvey P. Dale, Jan 06 2014
STATUS
approved