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!)
A009604 Expansion of e.g.f. sinh(tan(x))*cos(x), odd powers only. 1
1, 0, 12, 280, 11536, 703296, 59653440, 6715007104, 967972497664, 173764741920768, 37986612815698944, 9929613975171315712, 3056815269626584895488, 1094148286150918628229120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn = 50}, CoefficientList[Series[Sinh[Tan[x]]*Cos[x], {x, 0, nn}], x] Range[0, nn - 1]!][[2 ;; ;; 2]] (* G. C. Greubel, Jan 30 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(sinh(tan(x))*cos(x))); vector((#v-1)\2 , n, v[2*n-1]) // G. C. Greubel, Jan 30 2018
CROSSREFS
Sequence in context: A295528 A166337 A183767 * A154669 A079519 A275007
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested 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 24 05:23 EDT 2024. Contains 371918 sequences. (Running on oeis4.)