|
|
A009743
|
|
Expansion of e.g.f. tan(x)*sin(tanh(x)), even powers only.
|
|
2
|
|
|
0, 2, -4, 198, -4040, 316874, -19176268, 2374489614, -282825044624, 52279148694674, -10130169154611604, 2647521503418566742, -750173159912329738328, 264926794785670147533914, -102608322417098838227114716, 47204299500814419684790058910
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
LINKS
|
|
|
MATHEMATICA
|
With[{nn=30}, Take[CoefficientList[Series[Tan[x]*Sin[Tanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 28 2016 *)
|
|
PROG
|
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)*sin(tanh(x)))); concat([0], vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Mar 04 2018
|
|
CROSSREFS
|
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
|
|
EXTENSIONS
|
More terms from and prior Mathematica program removed by Harvey P. Dale, May 28 2016
|
|
STATUS
|
approved
|
|
|
|