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!)
A009037 Expansion of E.g.f. cos(sin(sin(x))), even powers only. 1

%I #14 Jul 22 2018 22:53:29

%S 1,-1,9,-153,4273,-177489,10342137,-800697641,78896218081,

%T -9587206592289,1403875965476969,-243412313149166137,

%U 49273184499900888465,-11506634193913551650161,3067851166645384439929945

%N Expansion of E.g.f. cos(sin(sin(x))), even powers only.

%H G. C. Greubel, <a href="/A009037/b009037.txt">Table of n, a(n) for n = 0..250</a>

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

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

%K sign

%O 0,3

%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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)