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!)
A009098 Expansion of e.g.f. cos(x)*cos(sinh(x)), even powers only. 1
1, -2, 4, 32, -48, -5600, -85568, 533504, 85827840, 3149702656, 27282224128, -5424499154944, -496815684169728, -22408107489910784, 247218592921600000, 170684586701783564288, 20039831043212444762112 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Cos[x]*Cos[Sinh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 10 2017 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(x)*cos(sinh(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A293760 A101575 A197099 * A192387 A320624 A133127
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced by Harvey P. Dale, Sep 10 2017
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 4 05:13 EDT 2024. Contains 372227 sequences. (Running on oeis4.)