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!)
A009743 Expansion of e.g.f. tan(x)*sin(tanh(x)), even powers only. 2
0, 2, -4, 198, -4040, 316874, -19176268, 2374489614, -282825044624, 52279148694674, -10130169154611604, 2647521503418566742, -750173159912329738328, 264926794785670147533914, -102608322417098838227114716, 47204299500814419684790058910 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[x]*Sin[Tanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 28 2016 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)*sin(tanh(x)))); concat([0], vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Mar 04 2018
CROSSREFS
Sequence in context: A307556 A018637 A018647 * A009796 A018651 A068479
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
More terms from and prior Mathematica program removed by Harvey P. Dale, May 28 2016
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)