A010605 Decimal expansion of cube root of 34.
3, 2, 3, 9, 6, 1, 1, 8, 0, 1, 2, 7, 7, 4, 8, 3, 3, 8, 4, 0, 7, 1, 4, 6, 9, 9, 2, 4, 2, 7, 2, 0, 2, 9, 7, 0, 0, 3, 7, 8, 3, 7, 8, 9, 6, 8, 5, 2, 6, 5, 2, 8, 8, 1, 6, 5, 1, 5, 1, 2, 5, 7, 6, 2, 1, 2, 4, 6, 8, 2, 6, 5, 3, 2, 2, 8, 5, 8, 2, 1, 9, 6, 3, 9, 7, 2, 1, 9, 5, 8, 0, 8, 3, 4, 2, 6, 7, 5, 9
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000 (a(5000) corrected by _Sean A. Irvine_)
Programs
-
Mathematica
RealDigits[N[34^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 15 2012 *)
-
PARI
sqrtn(34,3) \\ Charles R Greathouse IV, Apr 14 2014