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.
%I A010163 #22 Dec 27 2023 00:18:16 %S A010163 9,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1, %T A010163 18,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1,18,1,1,2,4,2,1,1, %U A010163 18,1,1,2,4,2,1,1,18,1,1,2,4,2 %N A010163 Continued fraction for sqrt(92). %H A010163 Harry J. Smith, <a href="/A010163/b010163.txt">Table of n, a(n) for n = 0..20000</a> %H A010163 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A010163 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %H A010163 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 1). %e A010163 9.591663046625439083194876128... = 9 + 1/(1 + 1/(1 + 1/(2 + 1/(4 + ...)))) \\ _Harry J. Smith_, Jun 11 2009 %t A010163 ContinuedFraction[Sqrt[92],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 10 2011 *) %o A010163 (PARI) { allocatemem(932245000); default(realprecision, 17000); x=contfrac(sqrt(92)); for (n=0, 20000, write("b010163.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 11 2009 %Y A010163 Cf. A010543 Decimal expansion. - _Harry J. Smith_, Jun 11 2009 %K A010163 nonn,cofr %O A010163 0,1 %A A010163 _N. J. A. Sloane_