OFFSET
0,4
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / r^n, where r = 0.825607669071161851569946... is the root of the equation cos(r) = tanh(r). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Log[ 1+Tanh[ x ]/Cos[ x ] ]
CoefficientList[Series[Log[1 + Sec[x]*Tanh[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
STATUS
approved