login
Decimal expansion of cube root of 70.
1

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

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

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

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

%N Decimal expansion of cube root of 70.

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

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

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.