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

A012963
Expansion of e.g.f.: arctan(arctan(x)+log(x+1))=2*x-1/2!*x^2-16/3!*x^3+42/4!*x^4+756/5!*x^5...
0
0, 2, -1, -16, 42, 756, -5130, -82584, 1145256, 15632064, -405336960, -4218834816, 206734828608, 1303793191008, -142600433831856, -162973525708224, 126855035118725760, -683674107835961088
OFFSET
0,2
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTan[ArcTan[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 27 2015 *)
CROSSREFS
Sequence in context: A013125 A012967 A013121 * A013120 A012968 A266827
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by and zero prepended by Harvey P. Dale, Jan 27 2015
STATUS
approved