login
Decimal expansion of cube root of 97.
1

%I #14 Feb 28 2023 15:23:47

%S 4,5,9,4,7,0,0,8,9,2,2,0,7,0,3,9,8,0,6,0,9,4,2,9,6,4,6,4,4,2,2,3,0,8,

%T 9,8,9,1,2,0,9,7,5,4,9,2,7,1,9,0,4,9,6,9,2,2,2,1,3,9,0,6,1,2,7,2,4,9,

%U 1,9,0,9,9,8,8,0,4,7,1,1,8,9,2,6,2,7,2,5,8,4,2,6,2,3,0,2,9,8,5

%N Decimal expansion of cube root of 97.

%H Vincenzo Librandi, <a href="/A010667/b010667.txt">Table of n, a(n) for n = 1..5000</a> (a(5000) corrected by _Sean A. Irvine_)

%t RealDigits[N[97^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 31 2013 *)

%o (PARI) sqrtn(97,3) \\ _Charles R Greathouse IV_, Apr 14 2014

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.