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!)
A009607 Expansion of e.g.f. sinh(tan(x))/cos(x), odd powers only. 1
1, 6, 92, 2688, 127312, 8850336, 845380928, 105911556096, 16814357324032, 3294279618252288, 779927283014454272, 219346023009485242368, 72245888404549697916928, 27535159087648660044718080, 12019428370649765064698642432, 5955630440267924458161515003904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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^40); 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: A278683 A280214 A113266 * A009684 A221080 A009527
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)