cp's OEIS Frontend

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.

A010506 Decimal expansion of square root of 53.

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