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!)
A009553 Expansion of e.g.f. sin(x)/cos(sin(x)) (odd powers only). 1

%I #19 Jan 22 2018 03:04:10

%S 1,2,-4,-176,-1712,66912,4737344,53926656,-18559434496,-1869838374400,

%T 35429689535488,36301265658269696,4137398544580202496,

%U -569857298193726644224,-297369786811582548131840

%N Expansion of e.g.f. sin(x)/cos(sin(x)) (odd powers only).

%H G. C. Greubel, <a href="/A009553/b009553.txt">Table of n, a(n) for n = 0..248</a>

%t With[{nmax = 50}, CoefficientList[Series[Sin[x]/Cos[Sin[x]], {x,0,nmax}], x]*Range[0, nmax - 1]!][[2 ;; ;; 2]] (* _G. C. Greubel_, Jan 20 2018 *)

%o (PARI) x='x+O('x^50); v=Vec(serlaplace(sin(x)/cos(sin(x)))); vector((#v-1)\2 ,n,v[2*n-1]) // _G. C. Greubel_, Jan 20 2018

%K sign

%O 0,2

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

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.)