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.

A010145 Continued fraction for sqrt(61).

This page as a plain text file.
%I A010145 #28 Dec 27 2023 00:09:59
%S A010145 7,1,4,3,1,2,2,1,3,4,1,14,1,4,3,1,2,2,1,3,4,1,14,1,4,3,1,2,2,1,3,4,1,
%T A010145 14,1,4,3,1,2,2,1,3,4,1,14,1,4,3,1,2,2,1,3,4,1,14,1,4,3,1,2,2,1,3,4,1,
%U A010145 14,1,4,3,1,2,2,1,3,4,1,14
%N A010145 Continued fraction for sqrt(61).
%H A010145 Harry J. Smith, <a href="/A010145/b010145.txt">Table of n, a(n) for n = 0..20000</a>
%H A010145 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 A010145 A. J. van der Poorten, <a href="/A007400/a007400_4.pdf">An introduction to continued fractions</a>, Unpublished [Cached copy]
%H A010145 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H A010145 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A010145 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%e A010145 7.810249675906654394129722735... = 7 + 1/(1 + 1/(4 + 1/(3 + 1/(1 + ...)))). - _Harry J. Smith_, Jun 07 2009
%t A010145 ContinuedFraction[Sqrt[61],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 08 2011 *)
%t A010145 PadRight[{7},120,{14,1,4,3,1,2,2,1,3,4,1}] (* _Harvey P. Dale_, Mar 27 2013 *)
%o A010145 (PARI) { allocatemem(932245000); default(realprecision, 18000); x=contfrac(sqrt(61)); for (n=0, 20000, write("b010145.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 07 2009
%Y A010145 Cf. A010514 Decimal expansion. - _Harry J. Smith_, Jun 07 2009
%K A010145 nonn,cofr
%O A010145 0,1
%A A010145 _N. J. A. Sloane_