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-2 of 2 results.

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

Original entry on oeis.org

2, 8, 48, 5760, 80640, 14515200, 958003200, 1394852659200, 41845579776000, 522642751488000, 442345819668480000, 8992005822220861440000, 1240896803466478878720000, 1613165844506422542336000000, 609776689223427721003008000000
Offset: 0

Views

Author

Clark Kimberling, Dec 08 2016

Keywords

Examples

			(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.
		

Crossrefs

Programs

  • Mathematica
    z = 26; t = CoefficientList[Series[Cos[x]/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
    Numerator[t]  (* A279238 *)
    Denominator[t]  (* A279239 *)
    %/2 (* A279240 *)

A279238 Numerators of coefficients in expansion of (cos x)/(1 + cos(sqrt(x))).

Original entry on oeis.org

1, 1, -11, -343, 871, 54871, -12359, -102902159, -137687549, 344971369, 20000206271, -34379966953693, -452834430450401, 18163626705916771, 951418549566510481, -381881231033010506527, -4252976361755938012709, -218740547087902859463611
Offset: 0

Views

Author

Clark Kimberling, Dec 08 2016

Keywords

Examples

			(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.
		

Crossrefs

Programs

  • Mathematica
    z = 26; t = CoefficientList[Series[Cos[x]/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
    Numerator[t]   (* A279238 *)
    Denominator[t] (* A279239 *)
    %/2 (* A279240 *)
Showing 1-2 of 2 results.