OFFSET
0,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
S. Lang and H. Trotter, Continued fractions for some algebraic numbers, J. Reine Angew. Math. 255 (1972), 112-134.
S. Lang and H. Trotter, Continued fractions for some algebraic numbers, J. Reine Angew. Math. 255 (1972), 112-134. [Annotated scanned copy]
G. Xiao, Contfrac
EXAMPLE
7^(1/3) = 1.912931182772389... = 1 + 1/(1 + 1/(10 + 1/(2 + 1/(16 + ...)))). - Harry J. Smith, May 08 2009
MATHEMATICA
ContinuedFraction[Surd[7, 3], 70] (* Harvey P. Dale, Oct 01 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(7^(1/3)); for (n=1, 20000, write("b005483.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 08 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 05 2024
STATUS
approved