A165952 Decimal expansion of 2*sqrt(3)/(3*Pi).
3, 6, 7, 5, 5, 2, 5, 9, 6, 9, 4, 7, 8, 6, 1, 3, 6, 6, 3, 4, 0, 8, 8, 4, 3, 3, 2, 2, 0, 8, 6, 4, 6, 2, 9, 4, 2, 6, 4, 9, 2, 4, 3, 2, 0, 2, 4, 4, 4, 2, 7, 1, 0, 1, 8, 6, 6, 2, 4, 4, 0, 1, 3, 5, 2, 7, 3, 5, 3, 5, 3, 5, 6, 4, 6, 1, 7, 9, 8, 6, 3, 2, 2, 6, 9, 2, 0, 0, 1, 9, 2, 1, 5, 4, 4, 7, 2, 5, 9, 4, 7, 1, 7, 9, 8
Offset: 0
Examples
0.3675525969478613663408843322086462942649243202444271018662440135273535356...
Links
- Eric Weisstein's World of Mathematics, Cube.
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[(2*Sqrt[3])/(3Pi),10,120][[1]] (* Harvey P. Dale, Oct 08 2012 *)
-
PARI
2*sqrt(3)/(3*Pi)
Comments