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 A010547 #23 Feb 11 2025 14:47:16 %S A010547 9,7,9,7,9,5,8,9,7,1,1,3,2,7,1,2,3,9,2,7,8,9,1,3,6,2,9,8,8,2,3,5,6,5, %T A010547 5,6,7,8,6,3,7,8,9,9,2,2,6,2,6,6,8,0,5,1,3,7,3,0,7,7,0,2,6,9,0,0,3,8, %U A010547 4,1,5,0,9,8,2,9,2,6,0,1,0,6,1,5,9,4,3,7,7,3,2,4,1,8,5,6,0,9,3,9,2,7,4,3,7 %N A010547 Decimal expansion of square root of 96. %C A010547 Continued fraction expansion is 9 followed by {1, 3, 1, 18} repeated. - _Harry J. Smith_, Jun 11 2009 %C A010547 This differs only by offset from 2*(6^(1/2))/5 = 0.9797958971132712392789... as used in Theorem 5, equation 1.8, p.4 of Cao. - _Jonathan Vos Post_, Apr 29 2010 %H A010547 Harry J. Smith, <a href="/A010547/b010547.txt">Table of n, a(n) for n = 1..20000</a> %H A010547 Zhenwei Cao and Alexander Elgart, <a href="http://arxiv.org/abs/1004.4911">On efficiency of Hamiltonian--based quantum computation for low-rank matrices</a>, arXiv:1004.4911 [math-ph], 2010-2012. %H A010547 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>. %F A010547 Equals 4*A010464. - _R. J. Mathar_, Feb 03 2025 %e A010547 9.797958971132712392789136298823565567863789922626680513730770269003841... %t A010547 RealDigits[N[96^(1/2),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 24 2012 *) %o A010547 (PARI) { default(realprecision, 20080); x=sqrt(96); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010547.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 11 2009 %Y A010547 Cf. A010167 (continued fraction). %K A010547 nonn,cons %O A010547 1,1 %A A010547 _N. J. A. Sloane_ %E A010547 Final digits of sequence corrected using the b-file. - _N. J. A. Sloane_, Aug 30 2009