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!)
A009559 Expansion of e.g.f. sin(x)/cosh(tan(x)) (odd powers only). 1
1, -4, -4, 104, 5392, 167936, 1592384, -401669248, -50456008448, -2742470413312, 310319594802176, 116183782320392192, 12985923007223566336, -3777809306960427778048, -2961060938622580774715392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sin[x]/Cosh[Tan[x]], {x, 0, nmax}], x]*Range[0, nmax - 1]!][[2 ;; ;; 2]] (* G. C. Greubel, Jan 21 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(sin(x)/cosh(tan(x)))); vector((#v-1)\2 , n, v[2*n-1]) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
Sequence in context: A092209 A068337 A009534 * A163196 A219453 A283453
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)