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!)
A012510 Expansion of e.g.f.: sin(sinh(x)*log(x+1))=2/2!*x^2-3/3!*x^3+12/4!*x^4-40/5!*x^5... 0

%I #8 Sep 22 2017 16:48:28

%S 0,0,2,-3,12,-40,70,189,-7896,102528,-1237862,14606405,-176349580,

%T 2218114392,-29206309106,404834121405,-5910831145072,90961908805184,

%U -1474337506709838,25140576842935821,-450346980602582884

%N Expansion of e.g.f.: sin(sinh(x)*log(x+1))=2/2!*x^2-3/3!*x^3+12/4!*x^4-40/5!*x^5...

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

%K sign

%O 0,3

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

%E Two leading zeros prepended and definition clarified by _Harvey P. Dale_, Sep 22 2017

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 September 13 22:05 EDT 2024. Contains 375910 sequences. (Running on oeis4.)