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!)
A297214 Expansion of e.g.f. exp(cos(sin(x))-1) (even powers only). 2

%I #5 Dec 27 2017 15:21:44

%S 1,-1,8,-127,3523,-146964,8538477,-655457233,63974756924,

%T -7713566822979,1123255462229507,-193995005614903728,

%U 39147722262966666217,-9115873617718182207793,2423565558533387761866928,-728969374928760685473620951,246100624914698937364249220851

%N Expansion of e.g.f. exp(cos(sin(x))-1) (even powers only).

%F a(n) = (2*n)! * [x^(2*n)] exp(cos(sin(x))-1).

%e exp(cos(sin(x))-1) = 1 - x^2/2! + 8*x^4/4! - 127*x^6/6! + 3523*x^8/8! - 146964*x^10/10! + ...

%t nmax = 16; Table[(CoefficientList[Series[Exp[Cos[Sin[x]] - 1], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]

%Y Cf. A003709, A009045, A009201, A009202, A009203, A009204, A009238, A009239, A009240, A009241, A009254, A297215.

%K sign

%O 0,3

%A _Ilya Gutkovskiy_, Dec 27 2017

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 20 09:04 EDT 2024. Contains 371799 sequences. (Running on oeis4.)