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!)
A009841 Expansion of tanh(x)/cos(tan(x)) (odd powers only). 0
1, 1, 61, 1933, 158041, 16465241, 2606419349, 539107003685, 146079106941745, 49518212296709809, 20652025953651072109, 10367691465318376289725, 6173444725835144560476041, 4300227332637862306820286985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ (2*n-1)! * 8 * tanh(arctan(Pi/2)) / ((4 + Pi^2) * arctan(Pi/2)^(2*n)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Tanh[ x ]/Cos[ Tan[ x ] ] (* Odd Part *)
nn = 20; Table[(CoefficientList[Series[Sec[Tan[x]]*Tanh[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: A017777 A113054 A017724 * A038650 A224441 A078962
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)