OFFSET
0,1
COMMENTS
2^(1/3) + sqrt(3) = 2^(1/3) + 3^(1/2). - Harry J. Smith, May 09 2009
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
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
2.9919718574637504582946569... = 2 + 1/(1 + 1/(123 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 09 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(2^(1/3)+3^(1/2)); for (n=1, 20001, write("b039923.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 09 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved