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!)
A198513 E.g.f.: Sum_{n>=0} sinh(n*x)^n/n!. 3
1, 1, 4, 28, 320, 5556, 129600, 3756936, 132872192, 5679982288, 286769980416, 16732506817280, 1115928688967680, 84383735744758464, 7163164003950936064, 676619301019539271040, 70674282825174467215360, 8117559039240651749888256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{n>=0} exp(-n^2*x) * (exp(2*n*x) - 1)^n / (2^n*n!).
EXAMPLE
E.g.f.: A(x) = 1 + x + 4*x^2/2! + 28*x^3/3! + 320*x^4/4! + 5556*x^5/5! +...
where
A(x) = 1 + sinh(x) + sinh(2*x)^2/2! + sinh(3*x)^3/3! + sinh(4*x)^4/4! +...
PROG
(PARI) {a(n)=local(A=sum(m=0, n, sinh(m*x+x*O(x^n))^m/m!)); n!*polcoeff(A, n)}
CROSSREFS
Cf. A108459.
Sequence in context: A192485 A332097 A358072 * A113371 A280570 A080636
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 26 2011
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)