OFFSET
0,4
REFERENCES
H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.
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]
Herman P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.
Gang Xiao, Contfrac
EXAMPLE
4^(1/3) = 1.58740105196819947... = 1 + 1/(1 + 1/(1 + 1/(2 + 1/(2 + ...)))). - Harry J. Smith, May 08 2009
MATHEMATICA
ContinuedFraction[4^(1/3), 80] (* Alonso del Arte, Jul 24 2015 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(4^(1/3)); for (n=1, 20000, write("b002947.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 08 2009
(Magma) [ContinuedFraction(4^(1/3))]; // Vincenzo Librandi, Aug 02 2015
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Mar 29 2003
Offset changed by Andrew Howroyd, Jul 04 2024
STATUS
approved