editing
approved
editing
approved
<a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>.
8.831760866327846854764042726959253964174639480931417826210202972557139... - _Harry J. Smith_, Jun 09 2009
Cf. A010156 Continued fraction. - _Harry J. Smith_, Jun 09 2009
approved
editing
editing
approved
Continued fraction expansion is 8 followed by {1, 4, 1, 16} repeated. [From _- _Harry J. Smith_, Jun 09 2009]
Harry J. Smith, <a href="/A010530/b010530.txt">Table of n, a(n) for n = 1,...,20000</a>
8.831760866327846854764042726959253964174639480931417826210202972557139... [From _- _Harry J. Smith_, Jun 09 2009]
(PARI) { default(realprecision, 20080); x=sqrt(78); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010530.txt", n, " ", d)); } [From _\\ _Harry J. Smith_, Jun 09 2009]
Cf. A010156 Continued fraction. [From _- _Harry J. Smith_, Jun 09 2009]
approved
editing
RealDigits[N[78^(1/2), 200]][[1]] (* From _Vladimir Joseph Stephan Orlovsky, _, Jan 23 2012 *)
Continued fraction expansion is 8 followed by {1, 4, 1, 16} repeated. [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Jun 09 2009]
8.831760866327846854764042726959253964174639480931417826210202972557139... [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Jun 09 2009]
(PARI) { default(realprecision, 20080); x=sqrt(78); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010530.txt", n, " ", d)); } [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Jun 09 2009]
Cf. A010156 Continued fraction. [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Jun 09 2009]
_N. J. A. Sloane (njas(AT)research.att.com)_.
proposed
approved
editing
proposed
RealDigits[N[78^(1/2), 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Jan 23 2012 *)
approved
editing