The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009742 Expansion of tan(x)*sin(tan(x)). 1

%I #14 Apr 02 2017 12:07:39

%S 0,2,12,118,536,-116246,-16364252,-2126232482,-306170653648,

%T -50385573229614,-9466502482856388,-2005520046878244794,

%U -469486134481963893176,-117587958866855549958726

%N Expansion of tan(x)*sin(tan(x)).

%t Tan[ x ]*Sin[ Tan[ x ] ] (* Even Part *)

%t nn = 20; Table[(CoefficientList[Series[Sin[Tan[x]]*Tan[x], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* _Vaclav Kotesovec_, Jan 24 2015 *)

%K sign

%O 0,2

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

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 June 15 19:43 EDT 2024. Contains 373410 sequences. (Running on oeis4.)