A165922 Decimal expansion of 2*sqrt(3)/(9*Pi).
1, 2, 2, 5, 1, 7, 5, 3, 2, 3, 1, 5, 9, 5, 3, 7, 8, 8, 7, 8, 0, 2, 9, 4, 7, 7, 7, 4, 0, 2, 8, 8, 2, 0, 9, 8, 0, 8, 8, 3, 0, 8, 1, 0, 6, 7, 4, 8, 1, 4, 2, 3, 6, 7, 2, 8, 8, 7, 4, 8, 0, 0, 4, 5, 0, 9, 1, 1, 7, 8, 4, 5, 2, 1, 5, 3, 9, 3, 2, 8, 7, 7, 4, 2, 3, 0, 6, 6, 7, 3, 0, 7, 1, 8, 1, 5, 7, 5, 3, 1, 5, 7, 2, 6, 6
Offset: 0
Examples
0.122517532315953788780294777402882098...
Links
- Frank Jackson and Eric W. Weisstein, Tetrahedron
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[(2Sqrt[3])/(9Pi),10,120][[1]] (* Harvey P. Dale, Nov 17 2013 *)
-
PARI
2*3^(-3/2)/Pi
Comments