OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
FORMULA
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
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Log[1+Tan[x]/Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Apr 22 2014 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier GĂ©rard, Mar 15 1997
Prior Mathematica program replaced and definition clarified by Harvey P. Dale, Apr 22 2014
STATUS
approved