A072365 Decimal expansion of (1/3)^(1/3).
6, 9, 3, 3, 6, 1, 2, 7, 4, 3, 5, 0, 6, 3, 4, 7, 0, 4, 8, 4, 3, 3, 5, 2, 2, 7, 4, 7, 8, 5, 9, 6, 1, 7, 9, 5, 4, 4, 5, 9, 3, 5, 1, 1, 3, 4, 5, 7, 7, 5, 4, 0, 3, 6, 5, 6, 5, 8, 6, 3, 6, 9, 3, 4, 0, 0, 0, 3, 5, 4, 3, 7, 1, 3, 2, 4, 2, 2, 9, 2, 4, 5, 3, 5, 3, 5, 2, 2, 1, 2, 2, 6, 3, 5, 8, 5, 8, 2, 8, 9, 0, 9, 5, 5, 7
Offset: 0
Examples
.693361274350634704843352274785...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Crossrefs
Cf. A072364.
Programs
-
Magma
(1/3)^(1/3); // G. C. Greubel, May 29 2018
-
Mathematica
RealDigits[Surd[1/3,3],10,120][[1]] (* Harvey P. Dale, Nov 03 2013 *)
-
PARI
(1/3)^(1/3)
Comments