login
Decimal expansion of cube root of 61.
1

%I #10 Apr 14 2014 15:44:27

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

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

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

%N Decimal expansion of cube root of 61.

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

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

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.