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 A040073 #24 Dec 27 2023 00:51:01 %S A040073 9,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9, %T A040073 18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18,9,18, %U A040073 9,18,9,18,9,18,9,18,9,18,9 %N A040073 Continued fraction for sqrt(83). %H A040073 Harry J. Smith, <a href="/A040073/b040073.txt">Table of n, a(n) for n = 0..20000</a> %H A040073 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A040073 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %H A040073 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1). %e A040073 9.1104335791442988819456261... = 9 + 1/(9 + 1/(18 + 1/(9 + 1/(18 + ...)))). - _Harry J. Smith_, Jun 10 2009 %p A040073 Digits := 100: convert(evalf(sqrt(N)),confrac,90,'cvgts'): %t A040073 ContinuedFraction[Sqrt[83],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 09 2011 *) %t A040073 LinearRecurrence[{0,1},{9,9,18},70] (* or *) PadRight[{9},70,{18,9}] (* _Harvey P. Dale_, Jan 25 2018 *) %o A040073 (PARI) { allocatemem(932245000); default(realprecision, 45000); x=contfrac(sqrt(83)); for (n=0, 20000, write("b040073.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 10 2009 %Y A040073 Cf. A010534 Decimal expansion. - _Harry J. Smith_, Jun 10 2009 %K A040073 nonn,cofr,easy %O A040073 0,1 %A A040073 _N. J. A. Sloane_