OFFSET
1,2
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 = 1..20000
EXAMPLE
1.9129311827723891011991168...
MATHEMATICA
RealDigits[N[7^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=7^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005482.txt", n, " ", d)); } \\ Harry J. Smith, May 07 2009, corrected May 19 2009
CROSSREFS
KEYWORD
AUTHOR
EXTENSIONS
More terms from Olaf Voß, Feb 13 2008
STATUS
approved