login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A012892 E.g.f.: sinh(sin(x)+log(x+1)). 0

%I #9 Apr 11 2014 17:32:10

%S 0,2,-1,9,-30,127,-855,5852,-46452,422101,-4210605,46275042,

%T -555647334,7222813951,-101114520507,1516765931792,-24268153134120,

%U 412557147859433,-7426039662804249,141094759708106686

%N E.g.f.: sinh(sin(x)+log(x+1)).

%e sinh(sin(x)+log(x+1)) = 2*x-1/2!*x^2+9/3!*x^3-30/4!*x^4+127/5!*x^5...

%t With[{nn=20},CoefficientList[Series[Sinh[Sin[x]+Log[x+1]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Apr 10 2014 *)

%K sign

%O 0,2

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

%E Definition clarified and zero prepended to terms by _Harvey P. Dale_, Apr 10 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)