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

A024258
Expansion of sinh(sin(x)^2)/2.
0
0, 1, -4, 76, -3424, 156496, -8734144, 692856256, -71625432064, 8660992665856, -1209291525059584, 198287541178756096, -37919908685907042304, 8258774681248253464576, -2015504795625062206849024
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sinh[Sin[x]^2]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 06 2023 *)
CROSSREFS
Cf. A009596.
Sequence in context: A009631 A012020 A012041 * A012101 A012080 A012047
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Previous Mathematica program replaced by Harvey P. Dale, Mar 06 2023
STATUS
approved