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!)
A012710 Expansion of e.g.f. sin(arctanh(x) * exp(x)). 0

%I #9 Jun 07 2019 17:54:20

%S 0,1,2,4,0,-60,-680,-5504,-45696,-356080,-2998112,-23985216,

%T -210124288,-1616818112,-13420660864,-52229820928,283969097728,

%U 28575615328512,648822348255744,17074162547880960,350789663754797056

%N Expansion of e.g.f. sin(arctanh(x) * exp(x)).

%e x + 2/2!*x^2 + 4/3!*x^3 - 60/5!*x^5 - 680/6!*x^6 ...

%t With[{nn=20},CoefficientList[Series[Sin[ArcTanh[x]Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jun 07 2019 *)

%K sign

%O 0,3

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

%E a(0) inserted and title improved by _Sean A. Irvine_, Jul 24 2018

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 24 05:36 EDT 2024. Contains 371918 sequences. (Running on oeis4.)