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

A024293
Expansion of e.g.f. log(1+sin(x)^2)/2 (even-indexed coefficients).
1
0, 1, -10, 256, -13840, 1282816, -181649920, 36478744576, -9861412096000, 3452931391553536, -1520176422094766080, 821908023102140317696, -535369559186849435484160, 413508899951810581475885056, -373681769282729298809313034240, 390605070751731814007608616943616
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Log[1+Sin[x]^2]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 21 2014 *)
CROSSREFS
Cf. A009344.
Sequence in context: A251588 A126468 A336665 * A361559 A120268 A001824
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
Prior Mathematica program replaced by Harvey P. Dale, May 21 2014
STATUS
approved