OFFSET
1,2
COMMENTS
Fifth root of 5 = 5^(1/5). - Harry J. Smith, May 10 2009
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.379729661461214832390063464216017692855649877977606121772737674791506... - Harry J. Smith, May 10 2009
MATHEMATICA
RealDigits[N[5^(1/5), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=5^(1/5); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005534.txt", n, " ", d)); } \\ Harry J. Smith, May 10 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved