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!)
A279239 Denominators of coefficients in expansion of (cos x)/(1 + cos(sqrt(x))). 7
2, 8, 48, 5760, 80640, 14515200, 958003200, 1394852659200, 41845579776000, 522642751488000, 442345819668480000, 8992005822220861440000, 1240896803466478878720000, 1613165844506422542336000000, 609776689223427721003008000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
(1/2) + (1/8)x - (11/48)x^2 - (343/5760)x^3 + ... ; 1/2, 1/3, -11/48, 1/6480, -343/5760, ... = A279238/A279239.
MATHEMATICA
z = 26; t = CoefficientList[Series[Cos[x]/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
Numerator[t] (* A279238 *)
Denominator[t] (* A279239 *)
%/2 (* A279240 *)
CROSSREFS
Sequence in context: A009745 A009751 A356658 * A279109 A355667 A366239
KEYWORD
nonn,easy,frac
AUTHOR
Clark Kimberling, Dec 08 2016
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 November 30 12:38 EST 2023. Contains 367461 sequences. (Running on oeis4.)