The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009060 Expansion of e.g.f. cos(sinh(x)*cos(x)), even terms only. 1
1, -1, 9, -57, 497, -9169, -299079, 7650615, -160774303, 24228427487, 1725345708777, -79802910103257, -2815860329426863, -984434470218538993, -121507651305985736295, 12515845746505026745239 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
seq(coeff(series(factorial(n)*cos(sinh(x)*cos(x)), x, n+1), x, n), n=0..40, 2); # Muniru A Asiru, Jul 24 2018
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Sinh[x]*Cos[x]], {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(sinh(x)*cos(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A199485 A102303 A231310 * A112616 A197673 A012089
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)