Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A009768
Expansion of e.g.f. tanh(exp(x)*x).
7
0, 1, 2, 1, -20, -159, -594, 2465, 69560, 665665, 1593850, -67177791, -1413216540, -12990964063, 64480265318, 4811655319393, 90259507840240, 540272971703937, -20890652777843598, -798235260367432831, -12766815370452348580
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Tanh[Exp[x]*x], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jun 03 2023 *)
PROG
(PARI) my(x='x+O('x^30)); concat(0, Vec(serlaplace(tanh(exp(x)*x)))) \\ Michel Marcus, Oct 01 2021
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Jun 03 2023
STATUS
approved