A010608 Decimal expansion of cube root of 37.
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, 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, 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
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000 (a(5000) corrected by _Sean A. Irvine_)
Crossrefs
Cf. A010604.
Programs
-
Mathematica
RealDigits[N[37^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 15 2012 *)
-
PARI
sqrtn(37,3) \\ Charles R Greathouse IV, Apr 14 2014