Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #13 Jul 21 2018 23:38:32
%S 1,-1,-11,-61,1737,88679,2086525,-45950997,-9763133167,-705668046769,
%T -17356978593659,3823112141007763,788728947108214489,
%U 82036502117747569079,1412038521698998808077
%N Expansion of E.g.f.: cos(cosh(x)*x) (even powers only).
%H G. C. Greubel, <a href="/A009016/b009016.txt">Table of n, a(n) for n = 0..250</a>
%t With[{nmax = 60}, CoefficientList[Series[Cos[x*Cosh[x]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* _G. C. Greubel_, Jul 21 2018 *)
%o (PARI) x='x+O('x^60); v=Vec(serlaplace(cos(x*cosh(x)))); vector(#v\2,n,v[2*n-1]) \\ _G. C. Greubel_, Jul 21 2018
%K sign
%O 0,3
%A _R. H. Hardin_
%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997