OFFSET
0,5
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / r^n, where r = 1.306326940423079236174356658440682315179068358... is the root of the equation tan(r)/exp(r) = 1. - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
CoefficientList[Series[Log[1 + E^x*Tan[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
First Mathematica program deleted by Harvey P. Dale, Dec 16 2024
STATUS
approved