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!)
A009797 Expansion of tanh(sin(x))/cos(x) (odd powers only). 0
1, 0, 32, -336, 31744, -1588224, 207515648, -24843657216, 4860991111168, -1034712438669312, 295553381961826304, -96277515461273321472, 38465285132060037480448, -17609621553067367199670272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ (2*n-1)! * (-1)^(n+1) * 8 / ((4 + Pi^2) * (log((Pi + sqrt(4 + Pi^2))/2))^(2*n)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Tanh[ Sin[ x ] ]/Cos[ x ] (* Odd Part *)
nn = 20; Table[(CoefficientList[Series[Sec[x]*Tanh[Sin[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A248068 A248069 A145402 * A240293 A254953 A335612
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Changed offset by Vaclav Kotesovec, Jan 24 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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)