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

A009534
Expansion of sin(x)*cos(sinh(x)).
0
1, -4, -4, 104, 1360, -1024, -494272, -13790848, -68726528, 15167771648, 993154165760, 28626523621376, -1093475947065344, -226570569999351808, -17689046976830488576, -517441925077565734912, 83539213519199718670336
OFFSET
0,2
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sin[x]*Cos[Sinh[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jan 15 2020 *)
CROSSREFS
Sequence in context: A217188 A092209 A068337 * A009559 A163196 A219453
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Jan 15 2020
STATUS
approved