OFFSET
0,4
COMMENTS
Appears in the study of the property of the integral Integral sin(x)^cos(x) dx.
The sequence is increasing of order O((2/Pi)^n * n!).
LINKS
Author?, Int Sin(x)^Cos(x) dx [broken link]
FORMULA
a(n) = (d^n/dx^n) (sin(x)^cos(x)) (Pi/2).
MAPLE
seq(coeftayl(sin(x)^cos(x), x=Pi/2, n)*n!, n=0..25); # Sean A. Irvine, Apr 15 2026
MATHEMATICA
f[x_] := Sin[x]^Cos[x]; a[n_] := Derivative[n][f][Pi/2]; Array[a, 30, 0]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ivan (ivantheczar(AT)yahoo.com), May 18 2009
STATUS
approved
