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