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!)
A215681 n-th derivative of sech(x)^tan(x) at x=0. 1
1, 0, 0, -3, 0, -10, 90, -308, 1680, -13560, 123480, -788568, 7646760, -76432720, 841320480, -8436217208, 103473901440, -1320024546240, 17546621595840, -235942960528128, 3481689023521920, -54132188358133120, 858287202343992960, -14187715233218409728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
sech(x) = 1/cosh(x).
LINKS
FORMULA
E.g.f.: sech(x)^tan(x).
MAPLE
a:= n-> n!* coeff(series(sech(x)^tan(x), x, n+1), x, n):
seq (a(n), n=0..25); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
f[x_] := Sech[x]^Tan[x]; Table[Derivative[n][f][0], {n, 0, 25}]
CROSSREFS
Sequence in context: A186247 A215585 A215682 * A215587 A094897 A252096
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 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)