cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A279109 Denominators of coefficients in expansion of 1/(1 + cos(sqrt(x))).

Original entry on oeis.org

2, 8, 48, 5760, 80640, 14515200, 958003200, 1394852659200, 41845579776000, 25609494822912000, 4865804016353280000, 528941518954168320000, 1240896803466478878720000, 1613165844506422542336000000, 609776689223427721003008000000
Offset: 0

Views

Author

Clark Kimberling, Dec 07 2016

Keywords

Comments

The numerators are the absolute values of the numbers at A089171.

Examples

			1/2 + (1/8)x + (1/48)x^2 + (17/5760)x^3 + ... ; 1/2, 1/8, 1/48, 17/5760, 31/80640, ... = |A089171|/A279109.
		

Crossrefs

Programs

  • Mathematica
    z = 26; t = CoefficientList[Series[1/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
    u = Numerator[t] (* A089171, unsigned *)
    Denominator[t]   (* A279109 *)

Formula

(1/2)*A279110.
Showing 1-1 of 1 results.