login

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”).

Decimal expansion of cube root of 57.
1

%I #12 Apr 14 2014 15:42:41

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

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

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

%N Decimal expansion of cube root of 57.

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

%t RealDigits[Power[57, (3)^-1],10,140][[1]] (* _Harvey P. Dale_, Oct 24 2011 *)

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.

%E Corrected and extended by Harvey P. Dale, Oct 24 2011