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!)
A009099 Expansion of e.g.f. cos(x)*cos(tan(x)), even powers only. 1
1, -2, 0, -8, 192, 20480, 1837696, 187743488, 22698672128, 3236847570944, 536307107184640, 101121059849109504, 21095686709291679744, 4655115962946721611776, 983762698552391462027264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[x]*Cos[Tan[x]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 26 2018 *)
PROG
(PARI) x='x+O('x^60); v=Vec(serlaplace(cos(x)*cos(tan(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A033836 A185159 A326240 * A193247 A373697 A091041
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 July 22 13:05 EDT 2024. Contains 374499 sequences. (Running on oeis4.)