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.

A010165 Continued fraction for sqrt(94).

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