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!)
A009115 Expansion of e.g.f. cos(x)/exp(tanh(x)). 1
1, -1, 0, 4, -12, -12, 216, -296, -5296, 25200, 168128, -1885952, -5391680, 163728576, -38412672, -16916558720, 61881368832, 2050105730816, -16576603568128, -282656394482688, 4120672559178752, 42100913802486784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nmax = 30}, CoefficientList[Series[Cos[x]/Exp[Tanh[x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jul 26 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(x)/exp(tanh(x)))) \\ G. C. Greubel, Jul 26 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(x)/Exp(Tanh(x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A239194 A355801 A357727 * A051434 A074138 A120252
KEYWORD
sign,easy
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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)