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!)
A013353 tan(tan(x)-sin(x)) = 3/3!*x^3 + 15/5!*x^5 + 273/7!*x^7 + 23055/9!*x^9... 1
0, 3, 15, 273, 23055, 1601193, 155341095, 24206437713, 4645592799135, 1094690215087833, 324803673636221175, 116133164181717551553, 48989776965837082135215, 24245825813770391843700873 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2 * (cos(r))^2 * (2*n+1)! / ((1-(cos(r))^3) * r^(2*n+2)), where r = 1.19018423208957072372902875764508033454996553596790725617361... is the root of the equation tan(r)-sin(r) = Pi/2. Also r = arcsin(t), where t = 0.928437423168555149184... is the root of the equation 4*t^4 + 4*Pi*t^3 + Pi^2*t^2 - 4*Pi*t - Pi^2 = 0. - Vaclav Kotesovec, Feb 06 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[-Tan[Sin[x] - Tan[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 06 2015 *)
CROSSREFS
Sequence in context: A013352 A013354 A013356 * A270401 A270001 A138896
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 06 2015
Definition modified by Vaclav Kotesovec, Feb 06 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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)