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

A012962
Expansion of e.g.f. arcsin(arctan(x) + log(x+1)).
0
0, 2, -1, 8, -30, 366, -2655, 41652, -514668, 9980586, -173007765, 4004890848, -89829444474, 2436388004358, -66690826525323, 2084372053480332, -67131989795427480, 2384198449214048082, -88073922412026784233
OFFSET
0,2
EXAMPLE
2*x - 1/2!*x^2 + 8/3!*x^3 - 30/4!*x^4 + 366/5!*x^5 ...
MATHEMATICA
With[{nn=20}, Rest[CoefficientList[Series[ArcSin[ArcTan[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!]] (* Harvey P. Dale, Apr 23 2015 *)
CROSSREFS
Sequence in context: A013123 A012965 A013119 * A214731 A079899 A333469
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Jul 29 2018
STATUS
approved