login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

arcsin(log(x+1)-sin(x))=-1/2!*x^2+3/3!*x^3-6/4!*x^4+23/5!*x^5...
0

%I #7 Jun 08 2017 16:33:42

%S 0,0,-1,3,-6,23,-135,1036,-8820,79253,-790965,9009946,-115646454,

%T 1626322631,-24603654075,399276204328,-6962632196520,130208290075961,

%U -2596473574347177,54889573679035678

%N arcsin(log(x+1)-sin(x))=-1/2!*x^2+3/3!*x^3-6/4!*x^4+23/5!*x^5...

%t With[{nn=20},CoefficientList[Series[ArcSin[Log[x+1]-Sin[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jun 13 2015 *)

%K sign

%O 0,4

%A Patrick Demichel (patrick.demichel(AT)hp.com)

%E Two zeros prepended by _Harvey P. Dale_, Jun 13 2015