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!)
A012331 arctan(arcsin(x)*sin(x))=2/2!*x^2-200/6!*x^6+1344/8!*x^8+609568/10!*x^10... 0
0, 2, 0, -200, 1344, 609568, -7504640, -8722673024, 485760120832, 492836371075584, -36976815179227136, -58897173274787112960, 11400113150368496795648, 17579088319490872510980096, -4055464184781251145968975872, -8248546055061339155814762643456, 3933564052895801858568954554875904, 7959329273059131348299768801469267968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
read transforms;
t1 := arctan(arcsin(x)*sin(x));
t2 := series(t1, x, 40);
t3 := SERIESTOLISTMULT(t2);
t4 := BISECT(t3, 0); # N. J. A. Sloane, Jul 26 2019
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[ArcTan[ArcSin[x]Sin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 27 2019 *)
CROSSREFS
Sequence in context: A064156 A269905 A012335 * A037096 A111814 A036938
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from N. J. A. Sloane, Jul 26 2019
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)