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.7099759466766969893531088725438601098680551105430549243828617074442959...
MAPLE
Digits := 200; root[3](5.) ; # R. J. Mathar, Oct 22 2007
MATHEMATICA
RealDigits[N[5^(1/3), 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
RealDigits[Surd[5, 3], 10, 120][[1]] (* Harvey P. Dale, Jan 08 2023 *)
PROG
(PARI) { default(realprecision, 20080); x=5^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005481.txt", n, " ", d)); } \\ Harry J. Smith, May 07 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Oct 22 2007
STATUS
approved