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

Expansion of e.g.f.: arcsin(sinh(x)+log(x+1))=2*x-1/2!*x^2+11/3!*x^3-30/4!*x^4+463/5!*x^5...
0

%I #6 Oct 06 2017 17:29:08

%S 0,2,-1,11,-30,463,-3015,57136,-640500,14305285,-234551205,6059972426,

%T -131755815510,3893200782703,-105378631417059,3527510549050216,

%U -113921716355789160,4281885187994847705,-160171336678757139081

%N Expansion of e.g.f.: arcsin(sinh(x)+log(x+1))=2*x-1/2!*x^2+11/3!*x^3-30/4!*x^4+463/5!*x^5...

%t With[{nn=20},CoefficientList[Series[ArcSin[Sinh[x]+Log[x+1]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Oct 06 2017 *)

%K sign

%O 0,2

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

%E Definition clarified and zero prepended by _Harvey P. Dale_, Oct 06 2017