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!)
A012652 Expansion of e.g.f.: tan(tanh(x) * log(x+1)). 0

%I

%S 0,0,2,-3,0,-10,400,-3276,12768,-72864,1933888,-32108560,322393280,

%T -3122225184,60417280768,-1349906937120,23068109840384,

%U -351887538631168,6985288388898816,-174933529672527360

%N Expansion of e.g.f.: tan(tanh(x) * log(x+1)).

%e 2/2!*x^2 - 3/3!*x^3 - 10/5!*x^5 + 400/6!*x^6 ...

%t With[{nn=20},CoefficientList[Series[Tan[Tanh[x]Log[x+1]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jun 19 2022 *)

%K sign

%O 0,3

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

%E a(0) and a(1) inserted and title improved by _Sean A. Irvine_, Jul 23 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 March 20 18:52 EDT 2023. Contains 361391 sequences. (Running on oeis4.)