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!)
A009549 Expansion of e.g.f. sin(x)*sin(tanh(x)) (even powers only). 2
0, 2, -16, 288, -9920, 541184, -42274816, 4449451776, -605255720960, 103187353223168, -21528004660707328, 5391886872902762496, -1595781555670951657472, 550728986895462989103104 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sin[x]*Sin[Tanh[x]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; ;; 2]] (* G. C. Greubel, Jan 20 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(sin(x)*sin(tanh(x)))); concat([0], vector(#v\2, n, v[2*n-1])) // G. C. Greubel, Jan 20 2018
CROSSREFS
Sequence in context: A123744 A136796 A055546 * A254744 A009795 A182562
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)