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 A010515 #20 Feb 11 2025 14:44:55 %S A010515 7,8,7,4,0,0,7,8,7,4,0,1,1,8,1,1,0,1,9,6,8,5,0,3,4,4,4,8,8,1,2,0,0,7, %T A010515 8,6,3,6,8,1,0,8,6,1,2,2,0,2,0,8,5,3,7,9,4,5,9,8,8,4,2,5,5,0,3,1,3,7, %U A010515 6,0,8,4,6,8,1,7,6,9,8,0,5,6,9,2,6,1,9,1,3,5,1,2,4,8,7,4,6,8,8,9,9,2,7,4,5 %N A010515 Decimal expansion of square root of 62. %C A010515 Sqrt(62) = 787400 * Sum_{n>=0} (A001790(n)/2^A005187(floor(n/2)) * 10^(-6n-5)) where A001790(n) are numerators in expansion of 1/sqrt(1-x) and the denominators in expansion of 1/sqrt(1-x) are 2^A005187(n). 786400 = 62*12700, see A020819 (expansion of 1/sqrt(62)). - _Gerald McGarvey_, Jan 01 2005 %C A010515 Continued fraction expansion is 7 followed by {1, 6, 1, 14} repeated. - _Harry J. Smith_, Jun 07 2009 %H A010515 Harry J. Smith, <a href="/A010515/b010515.txt">Table of n, a(n) for n = 1..20000</a> %H A010515 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>. %e A010515 7.874007874011811019685034448812007863681086122020853794598842550313760... %t A010515 RealDigits[N[62^(1/2),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 22 2012 *) %o A010515 (PARI) { default(realprecision, 20080); x=sqrt(62); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010515.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 07 2009 %Y A010515 Cf. A001790, A005187, A020819. %Y A010515 Cf. A010146 Continued fraction. %K A010515 nonn,cons %O A010515 1,1 %A A010515 _N. J. A. Sloane_ %E A010515 Final digits of sequence corrected using the b-file. - _N. J. A. Sloane_, Aug 30 2009