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!)
A012344 cos(arcsin(x)*arcsin(x))=1-12/4!*x^4-240/6!*x^6-7728/8!*x^8... 1
1, 0, -12, -240, -7728, -428160, -37912512, -4960720128, -901797013248, -217415865765888, -67097095431416832, -25783170924788428800, -12066773451365568000000, -6755136268249010663424000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ -sqrt(Pi) * sin(Pi^2/4) * (2*n)! / (2 * n^(3/2)). - Vaclav Kotesovec, Feb 08 2015
EXAMPLE
cos(arcsin(x)*arcsin(x)) = 1 - 12/4!*x^4 - 240/6!*x^6 - 7728/8!*x^8 + ...
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Cos[ArcSin[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(asin(x)*asin(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Apr 11 2017
CROSSREFS
Sequence in context: A034910 A332958 A091745 * A282789 A012542 A009166
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 May 3 09:56 EDT 2024. Contains 372207 sequences. (Running on oeis4.)