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!)
A013121 Expansion of e.g.f. arctan(tanh(x) + log(x+1)). 0

%I #9 Jul 31 2018 18:38:27

%S 0,2,-1,-16,42,748,-5130,-80792,1139880,15089632,-401063040,

%T -3986514112,203199458880,1170901443424,-139120136531376,

%U -67846807312832,122712218206730880,-762584236008814848

%N Expansion of e.g.f. arctan(tanh(x) + log(x+1)).

%e 2*x - 1/2!*x^2 - 16/3!*x^3 + 42/4!*x^4 + 748/5!*x^5 ...

%t With[{nn=20},Rest[CoefficientList[Series[ArcTan[Tanh[x]+Log[x+1]],{x,0,nn}],x] Range[0,nn]!]] (* _Harvey P. Dale_, Aug 08 2016 *)

%K sign

%O 0,2

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

%E a(0)=0 inserted and title improved by _Sean A. Irvine_, Jul 31 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)