A010589 Decimal expansion of cube root of 17.
2, 5, 7, 1, 2, 8, 1, 5, 9, 0, 6, 5, 8, 2, 3, 5, 3, 5, 5, 4, 5, 3, 1, 8, 7, 2, 0, 8, 7, 3, 9, 7, 2, 6, 1, 1, 6, 4, 2, 7, 9, 0, 1, 6, 3, 2, 4, 5, 4, 6, 9, 6, 2, 5, 9, 8, 4, 8, 0, 2, 2, 3, 7, 6, 2, 1, 9, 9, 3, 9, 9, 3, 3, 0, 3, 0, 6, 7, 0, 1, 5, 0, 3, 2, 4, 3, 5, 1, 5, 3, 0, 4, 4, 5, 6, 5, 1, 5, 1
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
- Index entries for algebraic numbers, degree 3.
Programs
-
Mathematica
RealDigits[N[17^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 06 2012 *)
-
PARI
sqrtn(17,3) \\ Charles R Greathouse IV, Apr 14 2014