STATUS
proposed
approved
proposed
approved
editing
proposed
Expansion of e.g.f. x*cos(tanh(x)), even odd powers only.
(PARI) x='x+O('x^5060); v=Vec(serlaplace(x*cos(tanh(x)))); vector((#v-1)\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 25 2018
proposed
editing
editing
proposed
seq(coeff(series(factorial(n)*x*cos(tanh(x)), x, n+1), x, n), n=1..30, 2); # Muniru A Asiru, Jul 25 2018
proposed
editing
editing
proposed
Expansion of e.g.f. x*cos(tanh(x)), even terms powers only.
proposed
editing
editing
proposed
Expansion of e.g.f. x*cos(tanh(x))*x, even terms only.
G. C. Greubel, <a href="/A009088/b009088.txt">Table of n, a(n) for n = 0..239</a>
(PARI) x='x+O('x^50); v=Vec(serlaplace(x*cos(tanh(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 25 2018
approved
editing
editing
approved