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!)
A009682 Expansion of tan(sinh(x))*sin(x). 1
0, 2, 8, 168, 6208, 365984, 31759232, 3799039104, 599327352832, 120551382086144, 30112348370954240, 9144842254707320832, 3318219571077818269696, 1417778434388262802202624 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * 4 * sin(arcsinh(Pi/2)) / (sqrt(4+Pi^2) * arcsinh(Pi/2)^(2*n+1)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ Sinh[ x ] ]*Sin[ x ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Sin[x]*Tan[Sinh[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: A346164 A175538 A009606 * A076548 A167009 A350808
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)