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