OFFSET
1,1
REFERENCES
Horace S. Uhler, Many-figure approximations for cubic root of 2, cubic root of 3, cubic root of 4 and cubic root of 9 with chi 2 data, Scripta Math. 18, (1952). 173-176.
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
H. S. Uhler, Many-figure approximations for cubed root of 2, cubed root of 3, cubed root of 4, and cubed root of 9 with chi2 data, Scripta Math. 18, (1952). 173-176. [Annotated scanned copies of pages 175 and 176 only]
EXAMPLE
2.08008382305190411453005682435788538633780534037326210...
MATHEMATICA
RealDigits[N[9^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=9^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010581.txt", n, " ", d)); } \\ Harry J. Smith, May 07 2009, corrected May 19 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Revised by N. J. A. Sloane, Apr 23 2006
STATUS
approved