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