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 #12 Mar 17 2023 12:13:32
%S 4,4,6,4,7,4,5,0,9,5,5,8,4,5,3,7,6,3,3,4,3,3,9,6,8,4,8,1,0,7,4,2,6,9,
%T 4,9,5,0,6,7,9,7,9,2,4,7,4,2,1,7,3,5,7,1,6,2,8,4,6,4,1,6,3,5,4,1,3,9,
%U 8,0,8,2,5,3,4,6,3,2,2,0,1,2,0,2,7,1,8,1,8,7,3,4,9,0,7,2,3,4,2
%N Decimal expansion of cube root of 89.
%H Vincenzo Librandi, <a href="/A010659/b010659.txt">Table of n, a(n) for n = 1..5000</a>
%t RealDigits[N[89^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 30 2013 *)
%t RealDigits[CubeRoot[89],10,120][[1]] (* _Harvey P. Dale_, Mar 17 2023 *)
%o (PARI) sqrtn(89,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.