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.

A041137 Denominators of continued fraction convergents to sqrt(77).

This page as a plain text file.
%I A041137 #23 Jul 09 2025 00:19:38
%S A041137 1,1,4,9,31,40,671,711,2804,6319,21761,28080,471041,499121,1968404,
%T A041137 4435929,15276191,19712120,330670111,350382231,1381816804,3114015839,
%U A041137 10723864321,13837880160,232129946881,245967827041,970033428004,2186034683049,7528137477151
%N A041137 Denominators of continued fraction convergents to sqrt(77).
%H A041137 Vincenzo Librandi, <a href="/A041137/b041137.txt">Table of n, a(n) for n = 0..200</a>
%H A041137 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,702,0,0,0,0,0,-1).
%F A041137 a(n) = 702*a(n-6)-a(n-12). G.f.: -(x^10-x^9+4*x^8-9*x^7+31*x^6-40*x^5-31*x^4-9*x^3-4*x^2-x-1)/((x^4-9*x^2+1)*(x^8+9*x^6+80*x^4+9*x^2+1)). [_Colin Barker_, Jul 18 2012]
%t A041137 Denominator/@Convergents[Sqrt[77], 50] (* _Vladimir Joseph Stephan Orlovsky_, Jul 05 2011 *)
%t A041137 CoefficientList[Series[- (x^10 - x^9 + 4 x^8 - 9 x^7 + 31 x^6 - 40 x^5 - 31 x^4 - 9 x^3 - 4 x^2 - x - 1)/((x^4 - 9 x^2 + 1) (x^8 + 9 x^6 + 80 x^4 + 9 x^2 + 1)), {x, 0, 30}], x]  (* _Vincenzo Librandi_, Oct 24 2013 *)
%Y A041137 Cf. A010529, A041136.
%K A041137 nonn,cofr,frac,easy
%O A041137 0,3
%A A041137 _N. J. A. Sloane_