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

A009054
Expansion of e.g.f. cos(sinh(sin(x))), even terms only.
1
1, -1, 1, 47, -895, 31, 1002497, -53580465, -8587007, 305732208959, -30437638147583, -144862063593105, 545283874522872193, -85823970766230251681, -801780964397998270975, 3637965188578615382687887
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Sinh[Sin[x]]], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jun 06 2012 *)
PROG
(PARI) x='x+O('x^60); v=Vec(serlaplace(cos(sinh(sin(x))))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A101793 A262120 A032626 * A012018 A010963 A234354
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Jun 06 2012
STATUS
approved