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!)
A009691 Expansion of tan(tan(sinh(x))) (odd powers only). 0
1, 5, 113, 5781, 520001, 72300997, 14337027825, 3838128112661, 1332896717838849, 582503435362842629, 312774761747765633777, 202388665054249928155157, 155314408487077603685528641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (2*n-1)! * 8 / ((4+Pi^2) * sqrt(1+arctan(Pi/2)^2) * arcsinh(arctan(Pi/2))^(2*n)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ Tan[ Sinh[ x ] ] ] (* Odd Part *)
nn = 20; Table[(CoefficientList[Series[Tan[Tan[Sinh[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: A279838 A009603 A009678 * A194570 A210908 A355074
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 16 11:08 EDT 2024. Contains 371711 sequences. (Running on oeis4.)