login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of cube root of 94.
1

%I #12 Apr 23 2023 17:19:33

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

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

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

%N Decimal expansion of cube root of 94.

%H Vincenzo Librandi, <a href="/A010664/b010664.txt">Table of n, a(n) for n = 1..5000</a>

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

%t RealDigits[CubeRoot[94],10,120][[1]] (* _Harvey P. Dale_, Apr 23 2023 *)

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.