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!)
A012363 arctanh(tan(x)*exp(x))=x+2/2!*x^2+7/3!*x^3+36/4!*x^4+285/5!*x^5... 0

%I #9 Oct 24 2013 08:59:04

%S 0,1,2,7,36,285,2662,30147,395976,5968505,101054282,1901962687,

%T 39368308716,889051951125,21749632880302,573017429752827,

%U 16174993678778256,487024011982108145,15580632579831576722

%N arctanh(tan(x)*exp(x))=x+2/2!*x^2+7/3!*x^3+36/4!*x^4+285/5!*x^5...

%F a(n) ~ (n-1)!/(2*r^n), where r = 0.5313908566521572... is the root of the equation tan(r)*exp(r)=1. - _Vaclav Kotesovec_, Oct 24 2013

%t CoefficientList[Series[ArcTanh[Tan[x]*Exp[x]], {x, 0, 20}], x]* Range[0, 20]! (* _Vaclav Kotesovec_, Oct 24 2013 *)

%K nonn

%O 0,3

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

%E Prepended missing a(0)=0, _Vaclav Kotesovec_, Oct 24 2013

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)