login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009682
Expansion of tan(sinh(x))*sin(x).
1
0, 2, 8, 168, 6208, 365984, 31759232, 3799039104, 599327352832, 120551382086144, 30112348370954240, 9144842254707320832, 3318219571077818269696, 1417778434388262802202624
OFFSET
0,2
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