cp's OEIS Frontend

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.

A010164 Continued fraction for sqrt(93).

This page as a plain text file.
%I A010164 #24 Dec 27 2023 00:17:45
%S A010164 9,1,1,1,4,6,4,1,1,1,18,1,1,1,4,6,4,1,1,1,18,1,1,1,4,6,4,1,1,1,18,1,1,
%T A010164 1,4,6,4,1,1,1,18,1,1,1,4,6,4,1,1,1,18,1,1,1,4,6,4,1,1,1,18,1,1,1,4,6,
%U A010164 4,1,1,1,18,1,1,1,4,6,4,1
%N A010164 Continued fraction for sqrt(93).
%H A010164 Harry J. Smith, <a href="/A010164/b010164.txt">Table of n, a(n) for n = 0..20000</a>
%H A010164 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H A010164 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A010164 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%e A010164 9.643650760992954995760031047... = 9 + 1/(1 + 1/(1 + 1/(1 + 1/(4 + ...)))). - _Harry J. Smith_, Jun 11 2009
%t A010164 ContinuedFraction[Sqrt[93],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 10 2011 *)
%t A010164 PadRight[{9},120,{18,1,1,1,4,6,4,1,1,1}] (* _Harvey P. Dale_, Mar 30 2019 *)
%o A010164 (PARI) { allocatemem(932245000); default(realprecision, 18000); x=contfrac(sqrt(93)); for (n=0, 20000, write("b010164.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 11 2009
%Y A010164 Cf. A010544 Decimal expansion. - _Harry J. Smith_, Jun 11 2009
%K A010164 nonn,cofr
%O A010164 0,1
%A A010164 _N. J. A. Sloane_