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!)
A009699 Expansion of tan(tan(x))*sinh(x). 1
0, 2, 20, 518, 27432, 2405194, 312554428, 56240197198, 13369846932560, 4056020122211730, 1528702557462347620, 700644649971815625622, 383722595185095053746040, 247477546043660240025524954 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * 8 * sinh(arctan(Pi/2)) / ((4+Pi^2) * arctan(Pi/2)^(2*n+1)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ Tan[ x ] ]*Sinh[ x ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Sinh[x]*Tan[Tan[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A168136 A103353 A009344 * A101927 A341269 A157317
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)