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”).

A009666
Expansion of tan(sin(x))*sinh(x).
1
0, 2, 8, 8, -960, -24416, 174976, 55072384, 2417174528, -157596298752, -36515570849792, -1639992400689152, 545678443552096256, 129227252689536917504, 760653447239073103872, -6729535404906273785610240, -1588610710637517290637099008
OFFSET
0,2
MATHEMATICA
With[{nn=40}, Drop[CoefficientList[Series[Tan[Sin[x]]Sinh[x], {x, 0, nn}], x]Range[0, nn]!, {2, nn, 2}]] (* Harvey P. Dale, Aug 21 2011 *)
CROSSREFS
Sequence in context: A202619 A202379 A009181 * A012346 A012649 A009627
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, Aug 21 2011
STATUS
approved