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.

A010545 Decimal expansion of square root of 94.

This page as a plain text file.
%I A010545 #13 Dec 20 2015 03:37:37
%S A010545 9,6,9,5,3,5,9,7,1,4,8,3,2,6,5,8,0,2,8,1,4,8,8,8,1,1,5,0,8,4,5,3,1,3,
%T A010545 3,9,3,6,5,2,1,5,0,9,8,7,9,5,4,6,7,9,5,9,0,5,3,9,7,1,7,4,8,6,2,3,3,0,
%U A010545 3,9,8,6,7,5,7,3,3,0,0,7,2,8,4,8,3,2,5,8,6,7,8,4,7,6,9,1,7,4,9
%N A010545 Decimal expansion of square root of 94.
%C A010545 Continued fraction expansion is 9 followed by {1, 2, 3, 1, 1, 5, 1, 8, 1, 5, 1, 1, 3, 2, 1, 18} repeated. - _Harry J. Smith_, Jun 11 2009
%H A010545 Harry J. Smith, <a href="/A010545/b010545.txt">Table of n, a(n) for n = 1..20000</a>
%e A010545 9.695359714832658028148881150845313393652150987954679590539717486233039... - _Harry J. Smith_, Jun 11 2009
%t A010545 RealDigits[N[Sqrt[94],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 04 2012 *)
%o A010545 (PARI) { default(realprecision, 20080); x=sqrt(94); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010545.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 11 2009
%Y A010545 Cf. A010165 Continued fraction. - _Harry J. Smith_, Jun 11 2009
%K A010545 nonn,cons
%O A010545 1,1
%A A010545 _N. J. A. Sloane_