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