login

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

Expansion of e.g.f.: sin(log(x+1) - sin(x)) = -1/2!*x^2+3/3!*x^3-6/4!*x^4+23/5!*x^5...
0

%I #9 Sep 29 2015 19:37:39

%S 0,0,-1,3,-6,23,-105,406,-1260,1385,55755,-1232594,20220354,

%T -312914383,4892322435,-78950848976,1325556752520,-23243942565943,

%U 426334224758967,-8180116120702106,164087156833319710,-3437833525919834035,75145008886144335831

%N Expansion of e.g.f.: sin(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[Sin[Log[x+1]-Sin[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Sep 29 2015 *)

%K sign

%O 0,4

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

%E First two terms inserted and definition clarified by _Harvey P. Dale_, Sep 29 2015