A246708 Decimal expansion of the sixth root of 3.
1, 2, 0, 0, 9, 3, 6, 9, 5, 5, 1, 7, 6, 0, 0, 2, 7, 2, 6, 6, 7, 5, 4, 6, 5, 3, 8, 7, 3, 4, 9, 5, 4, 2, 8, 4, 6, 2, 9, 8, 4, 0, 7, 4, 1, 8, 2, 2, 5, 9, 8, 2, 2, 2, 5, 0, 1, 8, 3, 7, 1, 3, 9, 0, 4, 4, 9, 2, 0, 5, 6, 0, 4, 0, 1, 9, 0, 9, 4, 5, 8, 6, 0, 4, 4, 7, 4, 1, 7, 8, 8, 3, 6, 9, 7, 5
Offset: 1
Examples
3^(1/6) = 1.200936955176...
Links
- Alois P. Heinz, Table of n, a(n) for n = 1..1000
Programs
-
Magma
3^(1/6); // Wesley Ivan Hurt, Sep 02 2014
-
Maple
Digits:=100: evalf(3^(1/6)); # Wesley Ivan Hurt, Sep 02 2014
-
Mathematica
RealDigits[3^(1/6), 10, 108][[1]]
-
PARI
sqrtn(3,6) \\ Edward Jiang, Sep 01 2014