The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A279370 Numerators of coefficients in expansion of (cos(sqrt(x)))/(1 + cos(sqrt(x))). 3
1, -1, -1, -17, -31, -691, -5461, -929569, -3202291, -221930581, -4722116521, -56963745931, -14717667114151, -2093660879252671, -86125672563201181, -129848163681107301953, -868320396104950823611, -209390615747646519456961, -14129659550745551130667441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Differs from A089171 in signs; see Formula.
LINKS
FORMULA
For odd n and for n = 0, we have a(n) = A089171(n); for positive even n, however, a(n) = -A089171(n)
EXAMPLE
(1/2) - (1/8)x - (1/48)x^2 - (17/5760)x^3 + ... ; 1/2, - 1/8, - 48/2, - 17/5760, ... = A279370/A279109.
MATHEMATICA
z = 26; t = CoefficientList[Series[Cos[Sqrt[x]]/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
Numerator[t] (* A279370 *)
Denominator[t] (* A279109 *)
CROSSREFS
Sequence in context: A146667 A146462 A089171 * A276592 A002425 A275994
KEYWORD
sign,easy,frac
AUTHOR
Clark Kimberling, Dec 12 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 May 25 05:51 EDT 2024. Contains 372782 sequences. (Running on oeis4.)