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

A009052
Expansion of e.g.f. cos(sin(x)^2), even terms only.
1
1, 0, -12, 240, -2352, -136320, 15140928, -971093760, 28387408128, 4688909905920, -1262963768650752, 191995869733662720, -17544464368915034112, -1212607904700871311360, 1171249187182930708021248
OFFSET
0,3
LINKS
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Sin[x]^2], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 23 2018~ *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(sin(x)^2))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A189883 A033469 A012544 * A213449 A012303 A119837
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved