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!)
A186247 n-th derivative of sec(x)^x at x=0. 2
1, 0, 0, 3, 0, 10, 90, 112, 1680, 10008, 52920, 503096, 3750120, 32707376, 317212896, 3115701240, 33444028800, 378122087104, 4501793066688, 56612612281984, 746976298243200, 10328059310335872, 149410872069250176, 2255298661460780288, 35481940129572393600, 580614509996338380800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
sec(x) = 1/cos(x).
LINKS
FORMULA
E.g.f.: cos(x)^(-x).
a(n) ~ (2*n/Pi)^(n+Pi/2)*sqrt(2*Pi/n)*exp(-n)/Gamma(Pi/2). - Vaclav Kotesovec, Sep 25 2013
a(n) = (-1)^n * A215347(n) = |A215347(n)|. - Robert Israel, Aug 28 2015
MAPLE
a:= n-> n! * coeff(series(cos(x)^(-x), x, n+1), x, n):
seq(a(n), n=0..30); # Alois P. Heinz, Aug 18 2012
MATHEMATICA
f[x_] := Sec[x]^x; Table[Derivative[n] [f][0], {n, 0, 25}]
CROSSREFS
Cf. A215347.
Sequence in context: A327881 A215514 A215347 * A215585 A215682 A215681
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 18 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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)