login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A012932 A013163 A191719 * A051492 A164827 A345760
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)