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 #13 Apr 14 2014 15:48:01
%S 4,3,4,4,4,8,1,4,8,5,7,6,8,6,1,1,9,0,1,7,2,2,3,5,0,5,4,6,0,5,4,5,7,5,
%T 9,2,7,1,9,3,6,0,4,2,5,3,8,0,8,8,8,4,8,2,0,0,0,1,5,7,0,5,3,9,7,9,9,3,
%U 7,4,7,9,4,1,1,1,3,0,3,9,7,4,1,5,5,7,3,6,7,5,6,3,8,4,3,7,0,3,1
%N Decimal expansion of cube root of 82.
%H Vincenzo Librandi, <a href="/A010652/b010652.txt">Table of n, a(n) for n = 1..5000</a>
%t RealDigits[Power[82, (3)^-1],10,150][[1]] (* _Harvey P. Dale_, Mar 12 2011 *)
%o (PARI) sqrtn(82,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.