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