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 53.
1

%I #13 Jan 28 2017 13:54:11

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

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

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

%N Decimal expansion of cube root of 53.

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

%p Digits:=100: evalf(53^(1/3)); # _Wesley Ivan Hurt_, Jan 27 2017

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

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_