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.

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

This page as a plain text file.
%I A279109 #6 Dec 07 2016 10:24:05
%S A279109 2,8,48,5760,80640,14515200,958003200,1394852659200,41845579776000,
%T A279109 25609494822912000,4865804016353280000,528941518954168320000,
%U A279109 1240896803466478878720000,1613165844506422542336000000,609776689223427721003008000000
%N A279109 Denominators of coefficients in expansion of 1/(1 + cos(sqrt(x))).
%C A279109 The numerators are the absolute values of the numbers at A089171.
%H A279109 Clark Kimberling, <a href="/A279109/b279109.txt">Table of n, a(n) for n = 0..1000</a>
%F A279109 (1/2)*A279110.
%e A279109 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.
%t A279109 z = 26; t = CoefficientList[Series[1/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
%t A279109 u = Numerator[t] (* A089171, unsigned *)
%t A279109 Denominator[t]   (* A279109 *)
%Y A279109 Cf. A089171, A279110.
%K A279109 nonn,easy,frac
%O A279109 0,1
%A A279109 _Clark Kimberling_, Dec 07 2016