Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #11 Jun 05 2015 16:04:58
%S 2,0,8,0,7,1,6,5,4,9,2,6,1,8,4,3,7,2,9,6,9,2,7,4,2,2,9,8,7,5,8,5,8,4,
%T 2,3,2,4,8,1,0,2,9,1,0,1,4,6,4,4,2,6,9,8,6,6,4,4,5,0,8,1,8,5,9,1,9,1,
%U 2,9,0,4,9,0,9,5,2,2,5,4,7,5,5,5,4,9,8,0,8,8,6,2,5,4,3,4,9,5,3
%N Decimal expansion of 5th root of 39.
%H Ivan Panchenko, <a href="/A011124/b011124.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Surd[39,5],10,120][[1]] (* _Harvey P. Dale_, Jun 05 2015 *)
%o (PARI) sqrtn(39,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.