OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..239
FORMULA
a(n) = 2*A024259(n).
MAPLE
seq(factorial(k) * coeftayl(sinh(tan(x))*sin(x), x = 0, k), k=0..30, 2); # Muniru A Asiru, Feb 01 2018
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sinh[Tan[x]]Sin[x], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 27 2011 *)
PROG
(PARI) my(x='x+O('x^40)); v=Vec(serlaplace(sinh(tan(x))*sin(x))); concat([0], vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Jan 30 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, Dec 27 2011
STATUS
approved