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!)
A012500 arctan(cos(x)*arctan(x))=x-7/3!*x^3+173/5!*x^5-11779/7!*x^7... 0
1, -7, 173, -11779, 1474969, -296068991, 87094091589, -35308668668155, 18872654969343537, -12860552599622997751, 10882609077370643446493, -11195876625633675125480947, 13761866805554489099492092361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: atan(cos(x)*atan(x)) = Sum_{n>=0} a(n)*x^(2*n+1)/(2*n+1)!.
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[Cos[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 04 2015 *)
PROG
(PARI) a(n)=local(y); if(n<0, 0, y=x+x^2*O(x^(2*n)); (2*n+1)!*polcoeff(atan(cos(y)*atan(y)), 2*n+1))
CROSSREFS
Sequence in context: A332117 A226598 A075599 * A220326 A094257 A195887
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Oct 04 2015
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)