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 A010148 #28 Jan 25 2024 13:27:05 %S A010148 8,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3, %T A010148 16,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3,16,3,3,1,4,1,3,3, %U A010148 16,3,3,1,4,1,3,3,16,3,3,1,4,1 %N A010148 Continued fraction for sqrt(69). %H A010148 Harry J. Smith, <a href="/A010148/b010148.txt">Table of n, a(n) for n = 0..20000</a> %H A010148 A. J. van der Poorten, <a href="https://web.archive.org/web/*/http://www-centre.mpce.mq.edu.au/alfpapers/a075.pdf">An introduction to continued fractions</a>, Unpublished. %H A010148 A. J. van der Poorten, <a href="/A007400/a007400_4.pdf">An introduction to continued fractions</a>, Unpublished [Cached copy] %H A010148 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A010148 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %H A010148 <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 A010148 8.306623862918074852584262744... = 8 + 1/(3 + 1/(3 + 1/(1 + 1/(4 + ...)))). - _Harry J. Smith_, Jun 08 2009 %t A010148 ContinuedFraction[Sqrt[69],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 08 2011 *) %t A010148 PadRight[{8},120,{16,3,3,1,4,1,3,3}] (* _Harvey P. Dale_, Jan 25 2024 *) %o A010148 (PARI) { allocatemem(932245000); default(realprecision, 22000); x=contfrac(sqrt(69)); for (n=0, 20000, write("b010148.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 08 2009 %Y A010148 Cf. A010521 Decimal expansion. - _Harry J. Smith_, Jun 08 2009 %K A010148 nonn,cofr %O A010148 0,1 %A A010148 _N. J. A. Sloane_