|
|
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
|
|
MAPLE
|
a:= n-> n! * coeff(series(cos(x)^(-x), x, n+1), x, n):
|
|
MATHEMATICA
|
f[x_] := Sec[x]^x; Table[Derivative[n] [f][0], {n, 0, 25}]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|