OFFSET
1,1
COMMENTS
Continued fraction expansion is 4 followed by {8} repeated. - Harry J. Smith, Jun 05 2009
The spiral of Theodorus is an agglomeration of right triangles each having a hypotenuse with a length that is the square root of an integer. The original spiral stops at sqrt(17). - Alonso del Arte, Apr 30 2015
The fundamental algebraic (integer) number in the field Q(sqrt(17)) is (1 + sqrt(17))/2 = A222132. - Wolfdieter Lang, Nov 21 2023
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 58.
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
Elizabeth Nelli, Spiral of Theodorus.
EXAMPLE
4.123105625617660549821409855974077025147199225373620434398633573...
MATHEMATICA
RealDigits[N[Sqrt[17], 100]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(17); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010473.txt", n, " ", d)); \\ Harry J. Smith, Jun 03 2009
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved