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!)
A009382 Expansion of e.g.f.: log(1+tan(x)/exp(x)). 1

%I #22 Jan 24 2015 11:02:20

%S 0,1,-3,13,-74,565,-5318,60163,-792504,11933945,-202119498,3803708863,

%T -78738133484,1778090543125,-43499376725678,1146033155079163,

%U -32350004720613264,974047813919045105,-31161267745173747858

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

%H Vincenzo Librandi, <a href="/A009382/b009382.txt">Table of n, a(n) for n = 0..200</a>

%F a(n) ~ (n-1)! * (-1)^(n+1) / r^n, where r = 0.5313908566521572046202664406047153136830749994... is the root of the equation exp(-r) = tan(r). - _Vaclav Kotesovec_, Jan 24 2015

%t With[{nn=20},CoefficientList[Series[Log[1+Tan[x]/Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Apr 22 2014 *)

%K sign,easy

%O 0,3

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

%E Prior Mathematica program replaced and definition clarified by _Harvey P. Dale_, Apr 22 2014

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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)