A010585 Decimal expansion of cube root of 13.
2, 3, 5, 1, 3, 3, 4, 6, 8, 7, 7, 2, 0, 7, 5, 7, 4, 8, 9, 5, 0, 0, 0, 1, 6, 3, 3, 9, 9, 5, 6, 9, 1, 4, 5, 2, 6, 9, 1, 5, 8, 4, 1, 9, 8, 3, 4, 6, 2, 1, 7, 5, 1, 0, 5, 0, 4, 0, 2, 5, 4, 3, 1, 1, 5, 8, 8, 3, 4, 2, 6, 8, 0, 9, 9, 6, 5, 6, 6, 8, 4, 9, 8, 0, 7, 9, 1, 1, 6, 0, 4, 2, 0, 2, 8, 4, 4, 0, 6
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[N[13^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 06 2012 *) RealDigits[Surd[13,3],10,120][[1]] (* Harvey P. Dale, Oct 24 2022 *)
-
PARI
sqrtn(13,3) \\ Charles R Greathouse IV, Apr 14 2014