login
This site is supported by donations 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!. 1
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

Table of n, a(n) for n=0..17.

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: A007152 A177554 A192485 * A113371 A080636 A223887

Adjacent sequences:  A198510 A198511 A198512 * A198514 A198515 A198516

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 16:38 EDT 2013. Contains 225553 sequences.