A010596 Decimal expansion of cube root of 24.
2, 8, 8, 4, 4, 9, 9, 1, 4, 0, 6, 1, 4, 8, 1, 6, 7, 6, 4, 6, 4, 3, 2, 7, 6, 6, 2, 1, 5, 6, 0, 2, 1, 9, 1, 7, 6, 7, 8, 3, 7, 3, 8, 5, 0, 6, 9, 9, 8, 7, 0, 1, 1, 5, 5, 0, 9, 2, 8, 3, 2, 3, 8, 9, 0, 8, 3, 3, 7, 5, 1, 9, 3, 6, 5, 9, 9, 9, 4, 6, 7, 9, 7, 0, 9, 5, 1, 0, 9, 5, 9, 4, 1, 1, 2, 9, 0, 5, 1
Offset: 1
Examples
2.88449914061481676464327662156021917678373850699870115509283238908337519365999...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000 (a(5000) corrected by _Sean A. Irvine_)
- Eric Weisstein's MathWorld, Landau-Kolmogorov Constants
Crossrefs
Cf. A010254 (continued fraction).
Programs
-
Mathematica
RealDigits[N[24^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 07 2012 *)
-
PARI
sqrtn(24,3) \\ Charles R Greathouse IV, Apr 14 2014
Comments