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 A010494 #25 Aug 21 2023 11:26:16 %S A010494 6,3,2,4,5,5,5,3,2,0,3,3,6,7,5,8,6,6,3,9,9,7,7,8,7,0,8,8,8,6,5,4,3,7, %T A010494 0,6,7,4,3,9,1,1,0,2,7,8,6,5,0,4,3,3,6,5,3,7,1,5,0,0,9,7,0,5,5,8,5,1, %U A010494 8,8,8,7,7,2,7,8,4,7,6,4,4,2,6,8,8,4,9,6,2,1,6,7,5,8,6,0,0,5,9 %N A010494 Decimal expansion of square root of 40. %H A010494 Harry J. Smith, <a href="/A010494/b010494.txt">Table of n, a(n) for n = 1..20000</a> %H A010494 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a> %F A010494 Equals 2*A010467. - _R. J. Mathar_, Jan 14 2021 %F A010494 Equals 10 * Sum_{k>=1} Fibonacci(k)*binomial(2*k,k)/8^k. - _Amiram Eldar_, Jan 17 2022 %e A010494 6.324555320336758663997787088865437067439110278650433653715009705585188.... %t A010494 RealDigits[N[Sqrt[40],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 24 2011 *) %o A010494 (PARI) default(realprecision, 20080); x=sqrt(40); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010494.txt", n, " ", d)); \\ _Harry J. Smith_, Jun 05 2009 %Y A010494 Cf. A040033 (continued fraction). - _Harry J. Smith_, Jun 05 2009 %Y A010494 Cf. A000045, A010467. %K A010494 nonn,cons %O A010494 1,1 %A A010494 _N. J. A. Sloane_