A273634 Decimal expansion of (Pi/6)^(1/3), the sphericity of the cube.
8, 0, 5, 9, 9, 5, 9, 7, 7, 0, 0, 8, 2, 3, 4, 8, 2, 0, 3, 5, 8, 4, 8, 3, 4, 2, 3, 3, 1, 9, 6, 4, 2, 4, 6, 9, 4, 7, 2, 3, 0, 7, 0, 3, 6, 1, 6, 1, 9, 3, 0, 7, 7, 7, 8, 4, 6, 1, 4, 6, 0, 3, 7, 6, 8, 9, 4, 7, 5, 4, 8, 2, 5, 2, 8, 5, 7, 2, 6, 3, 7, 1, 2, 3, 0, 7
Offset: 0
Examples
0.80599597700823482035848342331964246947230703616193077784614603...
Links
- Wikipedia, Sphericity.
- Index entries for transcendental numbers.
Programs
-
Mathematica
RealDigits[Surd[Pi/6, 3], 10, 120][[1]] (* Amiram Eldar, Jun 29 2023 *)
-
PARI
default(realprecision, 50080); my(x=(Pi/6)^(1/3)); for(k=1, 100, my(d=floor(x)); x=(x-d)*10; print1(d, ", "))
Formula
Equals cube root of A019673. - Michel Marcus, May 27 2016