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!)
A215680 n-th derivative of sec(x)^tan(x) at x=0. 1
1, 0, 0, 3, 0, 30, 90, 588, 5040, 26520, 325080, 2158728, 27731880, 249259920, 3181258080, 36821629848, 482278043520, 6704476956480, 93675256079040, 1479108131816448, 22566722722104960, 390679249452835200, 6559255213047250560, 122197022127873558528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
sec(x) = 1/cos(x).
LINKS
FORMULA
E.g.f.: sec(x)^tan(x).
MAPLE
a:= n-> n!* coeff(series(sec(x)^tan(x), x, n+1), x, n):
seq (a(n), n=0..25); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
f[x_] := Sec[x]^Tan[x]; Table[Derivative[n] [f][0], {n, 0, 25}]
CROSSREFS
Cf. A215586.
Sequence in context: A215588 A215683 A215586 * A007415 A145222 A058833
KEYWORD
nonn
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 July 22 18:05 EDT 2024. Contains 374540 sequences. (Running on oeis4.)