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!)
A009702 Expansion of tan(tan(x))/cosh(x) (odd powers only). 0
1, 1, 57, 1657, 136977, 14004945, 2219125001, 457176874377, 123849671844513, 41945147421378337, 17490738249607542873, 8778749876346904238105, 5226971507061600220653233, 3640737476966979742943568113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ (2*n-1)! * 8 / ((4+Pi^2) * cosh(arctan(Pi/2)) * arctan(Pi/2)^(2*n)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ Tan[ x ] ]/Cosh[ x ] (* Odd Part *)
nn = 20; Table[(CoefficientList[Series[Sech[x]*Tan[Tan[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A345457 A017773 A017720 * A282932 A228259 A229407
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
Offset changed to 1 by Vaclav Kotesovec, Jan 23 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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)