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!)
A215679 n-th derivative of sech(x)^sinh(x) at x=0. 1
1, 0, 0, -3, 0, 0, 90, -63, 0, -6240, 22680, -49203, 376200, -7076160, 60540480, 57346377, 39312000, -49503504960, 276296898240, 2899764389277, -3278565763200, -767149465779840, 3023234606367360, 114504064046714097, -92501888140886400, -30154180723807140000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
sech(x) = 1/cosh(x).
LINKS
FORMULA
E.g.f.: sech(x)^sinh(x).
MAPLE
a:= n-> n!* coeff(series(sech(x)^sinh(x), x, n+1), x, n):
seq (a(n), n=0..25); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
f[x_] := Sech[x]^Sinh[x]; Table[Derivative[n][f][0], {n, 0, 25}]
CROSSREFS
Cf. A215519.
Sequence in context: A228622 A037288 A215519 * A160537 A215516 A009133
KEYWORD
sign
AUTHOR
Michel Lagneau, Aug 20 2012
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)