A271836 Decimal expansion of 3^(1/3) / 2^(1/6).
1, 2, 8, 4, 8, 9, 8, 2, 9, 3, 4, 2, 5, 3, 2, 5, 2, 9, 5, 6, 7, 1, 6, 3, 3, 1, 2, 0, 0, 9, 5, 6, 6, 9, 8, 3, 8, 0, 0, 9, 2, 8, 3, 1, 4, 7, 9, 8, 6, 0, 9, 5, 5, 3, 0, 4, 3, 5, 0, 6, 1, 5, 3, 0, 8, 1, 8, 8, 9, 1, 5, 1, 3, 5, 9, 3, 0, 2, 4, 1, 6, 9, 4, 0, 0, 9, 1, 8, 5, 7, 9, 8, 3, 1, 8, 1, 4
Offset: 1
Examples
1.2848982934253252956716...
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..10000
- Wikipedia, Octahedron
- Index entries for algebraic numbers, degree 6
Programs
-
Maple
Digits:=100: evalf(3^(1/3)/2^(1/6));
-
Mathematica
RealDigits[N[3^(1/3)/2^(1/6), 100]]
-
PARI
3^(1/3) / 2^(1/6) \\ Altug Alkan, Apr 15 2016
-
PARI
sqrtn(9/2,6) \\ Charles R Greathouse IV, Apr 18 2016
Comments