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”).
%I #21 Feb 28 2023 15:23:55
%S 3,3,3,2,2,2,1,8,5,1,6,4,5,9,5,3,2,6,0,0,9,5,4,5,0,5,0,5,1,8,5,1,1,9,
%T 0,0,4,4,0,9,6,1,6,6,7,1,9,5,0,0,6,2,3,5,9,1,3,2,9,6,6,6,5,0,9,8,0,4,
%U 0,5,3,4,2,4,3,8,8,6,5,6,5,2,4,2,4,9,1,5,5,8,3,5,6,7,6,6,1,6,7
%N Decimal expansion of cube root of 37.
%H Vincenzo Librandi, <a href="/A010608/b010608.txt">Table of n, a(n) for n = 1..5000</a> (a(5000) corrected by _Sean A. Irvine_)
%t RealDigits[N[37^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *)
%o (PARI) sqrtn(37,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y Cf. A010604.
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_