OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..430
FORMULA
a(n) ~ n! * (-1)^(n+1) * tan(1-exp(-Pi/2)) / ((exp(Pi/2)-1) * (1-exp(-Pi/2))^n). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
CoefficientList[Series[Sec[Log[1 + x]]*Tan[x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(tan(x)/cos(log(1+x))))) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved