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!)
A009080 Expansion of e.g.f. cos(x*tan(x)), even terms only. 2
1, 0, -12, -240, -5936, -155520, -65472, 981903104, 223580862720, 46255608778752, 10060678641587200, 2368138744630923264, 601490101481648443392, 161192778898870464512000, 43208403753541588946141184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
cos(x*tan(x)) = 1/0! +0*x^2/2! -12*x^4/4! -240*x^6/6! -5936*x^8/8! -...
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[x*Tan[x]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 24 2018 *)
PROG
(PARI) x='x+O('x^60); v=Vec(serlaplace(cos(x*tan(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 24 2018
CROSSREFS
Sequence in context: A012538 A006588 A009150 * A002166 A034910 A332958
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)