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 A010546 #14 Dec 20 2015 03:37:08 %S A010546 9,7,4,6,7,9,4,3,4,4,8,0,8,9,6,3,9,0,6,8,3,8,4,1,3,1,9,9,8,9,9,6,0,0, %T A010546 2,9,9,2,5,2,5,8,3,9,0,0,3,3,7,4,9,1,0,3,1,9,9,1,7,5,0,0,0,5,7,2,0,0, %U A010546 8,1,7,7,2,4,6,0,2,4,9,3,5,6,8,4,8,7,1,2,0,9,6,0,3,8,0,6,5,5,2 %N A010546 Decimal expansion of square root of 95. %C A010546 Continued fraction expansion is 9 followed by {1, 2, 1, 18} repeated. - _Harry J. Smith_, Jun 11 2009 %H A010546 Harry J. Smith, <a href="/A010546/b010546.txt">Table of n, a(n) for n = 1..20000</a> %e A010546 9.746794344808963906838413199899600299252583900337491031991750005720081... - _Harry J. Smith_, Jun 11 2009 %t A010546 RealDigits[N[Sqrt[95],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 05 2012 *) %o A010546 (PARI) { default(realprecision, 20080); x=sqrt(95); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010546.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 11 2009 %Y A010546 Cf. A010166 Continued fraction. - _Harry J. Smith_, Jun 11 2009 %K A010546 nonn,cons %O A010546 1,1 %A A010546 _N. J. A. Sloane_