OFFSET
0,4
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / r^n, where r = 0.678886646361824692174613333109767742222867349... is the root of the equation cosh(r)*tan(r) = 1. - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Log[1+Tan[x]Cosh[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 10 2025 *)
CoefficientList[Series[Log[1 + Cosh[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
Definition clarified and first Mathematica program replaced by Harvey P. Dale, Jan 10 2025
STATUS
approved