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