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!)
A215683 n-th derivative of sech(x)^tanh(x) at x=0. 1
1, 0, 0, -3, 0, 30, 90, -588, -5040, 11400, 325080, 336072, -25237080, -126955920, 2273150880, 25210740552, -217110741120, -4985924326080, 16380284725440, 1066531842442752, 1493617498611840, -249776526926340480, -1647997041357152640, 63281386481329443072 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
sech(x) = 1/cosh(x).
LINKS
FORMULA
E.g.f.: sech(x)^tanh(x).
MAPLE
a:= n-> n!* coeff(series(sech(x)^tanh(x), x, n+1), x, n):
seq (a(n), n=0..25); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
f[x_] := Sech[x]^Tanh[x]; Table[Derivative[n][f][0], {n, 0, 25}]
CROSSREFS
Cf. A215588.
Sequence in context: A190963 A296436 A215588 * A215586 A215680 A007415
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)