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 A010497 #14 Aug 21 2023 12:33:10 %S A010497 6,5,5,7,4,3,8,5,2,4,3,0,2,0,0,0,6,5,2,3,4,4,1,0,9,9,9,7,6,3,6,0,0,1, %T A010497 6,2,7,9,2,6,9,6,6,3,1,9,8,8,3,7,8,9,7,6,9,8,6,5,4,6,0,1,0,5,5,8,5,6, %U A010497 5,9,8,5,3,4,8,8,5,7,5,6,3,9,3,5,5,8,0,5,2,9,0,9,6,9,6,7,8,5,4 %N A010497 Decimal expansion of square root of 43. %C A010497 Continued fraction expansion is 6 followed by {1, 1, 3, 1, 5, 1, 3, 1, 1, 12} repeated. - _Harry J. Smith_, Jun 05 2009 %H A010497 Harry J. Smith, <a href="/A010497/b010497.txt">Table of n, a(n) for n = 1..20000</a> %H A010497 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a> %e A010497 6.557438524302000652344109997636001627926966319883789769865460105585659.... %t A010497 RealDigits[N[Sqrt[43],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 24 2011 *) %o A010497 (PARI) default(realprecision, 20080); x=sqrt(43); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010497.txt", n, " ", d)); \\ _Harry J. Smith_, Jun 05 2009 %Y A010497 Cf. A010134 (continued fraction). %K A010497 nonn,cons %O A010497 1,1 %A A010497 _N. J. A. Sloane_