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

%I #21 Feb 25 2018 18:12:23

%S 1,1,3,8,25,92,369,1626,8033,42312,230081,1354190,8806769,59072860,

%T 398252833,2892141666,22862362049,182200364944,1492258801793,

%U 13163090657814,111357664397265,938233188787748,11338336523834337

%N Expansion of e.g.f. exp(tanh(x)*exp(x)).

%H Andrew Howroyd, <a href="/A009268/b009268.txt">Table of n, a(n) for n = 0..200</a>

%t With[{nn=30},CoefficientList[Series[Exp[Tanh[x]Exp[x]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, May 31 2012 *)

%o (PARI) seq(n)={my(x='x+O('x^n)); Vec(serlaplace(exp(tanh(x)*exp(x))))} \\ _Andrew Howroyd_, Feb 25 2018

%K sign,easy

%O 0,3

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)