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!)
A293022 a(n) = n! * [x^n] exp(n*sinh(x)). 3
1, 1, 4, 30, 320, 4380, 73152, 1443008, 32837632, 846829008, 24406425600, 777438110240, 27122380259328, 1028481186011968, 42119646804852736, 1852697321086064640, 87113569172046479360, 4360314205952755126528, 231474221309788621111296, 12990330117363343153415680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
N:= 30: # to get a(0)..a(N)
S:= series(exp(n*sinh(x)), x, N+1):
seq(n!*coeff(S, x, n), n=0..N); # Robert Israel, Sep 29 2017
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n Sinh[x]], {x, 0, n}], {n, 0, 19}]
CROSSREFS
Sequence in context: A158834 A139086 A243244 * A360766 A298244 A293191
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 28 2017
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 August 16 20:56 EDT 2024. Contains 375179 sequences. (Running on oeis4.)