The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009268 Expansion of e.g.f. exp(tanh(x)*exp(x)). 2
1, 1, 3, 8, 25, 92, 369, 1626, 8033, 42312, 230081, 1354190, 8806769, 59072860, 398252833, 2892141666, 22862362049, 182200364944, 1492258801793, 13163090657814, 111357664397265, 938233188787748, 11338336523834337 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tanh[x]Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 31 2012 *)
PROG
(PARI) seq(n)={my(x='x+O('x^n)); Vec(serlaplace(exp(tanh(x)*exp(x))))} \\ Andrew Howroyd, Feb 25 2018
CROSSREFS
Sequence in context: A130522 A006219 A353406 * A024430 A357591 A182927
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)