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.

A041193 Denominators of continued fraction convergents to sqrt(107).

This page as a plain text file.
%I A041193 #29 Jul 09 2025 00:24:47
%S A041193 1,2,3,29,32,93,1892,3877,5769,55798,61567,178932,3640207,7459346,
%T A041193 11099553,107355323,118454876,344265075,7003756376,14351777827,
%U A041193 21355534203,206551585654,227907119857,662365825368
%N A041193 Denominators of continued fraction convergents to sqrt(107).
%H A041193 Vincenzo Librandi, <a href="/A041193/b041193.txt">Table of n, a(n) for n = 0..200</a>
%H A041193 <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,1924,0,0,0,0,0,-1).
%F A041193 a(n) = 1924*a(n-6)-a(n-12). G.f.: -(x^10-2*x^9+3*x^8-29*x^7+32*x^6 -93*x^5 -32*x^4-29*x^3-3*x^2-2*x-1) / (x^12-1924*x^6+1). - _Colin Barker_, Jul 19 2012
%t A041193 Denominator[Convergents[Sqrt[107],30]] (* or *) LinearRecurrence[ {0,0,0,0,0,1924,0,0,0,0,0,-1},{1,2,3,29,32,93,1892,3877,5769,55798,61567,178932},30] (* _Harvey P. Dale_, Aug 30 2013 *)
%t A041193 CoefficientList[Series[- (x^10 - 2 x^9 + 3 x^8 - 29 x^7 + 32 x^6 - 93 x^5 - 32 x^4 - 29 x^3 - 3 x^2 - 2 x - 1)/(x^12 - 1924 x^6 + 1), {x, 0, 30}], x]  (* _Vincenzo Librandi_, Oct 24 2013 *)
%Y A041193 Cf. A041192 (numerators), A010173 (continued fraction), A177935 (decimal expansion).
%K A041193 nonn,frac,easy
%O A041193 0,2
%A A041193 _N. J. A. Sloane_