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!)
A009796 Expansion of tanh(sin(x))*tan(x). 1
0, 2, -4, 198, -4488, 365834, -26333836, 3548101326, -521011775760, 109600356362258, -26637313430995732, 8227982193974569686, -2954555247298219357848, 1270556471466981784144154 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * (-1)^(n+1) * 4 * Pi / ((4 + Pi^2) * (log((Pi + sqrt(4 + Pi^2))/2))^(2*n+1)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Tanh[ Sin[ x ] ]*Tan[ x ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Tan[x]*Tanh[Sin[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A018637 A018647 A009743 * A018651 A068479 A116010
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 March 28 14:21 EDT 2024. Contains 371254 sequences. (Running on oeis4.)