A240935 Decimal expansion of 3*sqrt(3)/(4*Pi).
4, 1, 3, 4, 9, 6, 6, 7, 1, 5, 6, 6, 3, 4, 4, 0, 3, 7, 1, 3, 3, 4, 9, 4, 8, 7, 3, 7, 3, 4, 7, 2, 7, 0, 8, 1, 0, 4, 8, 0, 3, 9, 8, 6, 0, 2, 7, 4, 9, 8, 0, 4, 8, 9, 5, 9, 9, 5, 2, 4, 5, 1, 5, 2, 1, 8, 2, 7, 2, 7, 2, 7, 6, 0, 1, 9, 5, 2, 3, 4, 6, 1, 3, 0, 2, 8, 5, 0, 2, 1, 6, 1, 7, 3, 7, 8, 1, 6, 6, 9, 0, 5, 7, 7, 3
Offset: 0
Examples
0.4134966715663440371334948737347270810480...
Links
- B. F. Finkel, Problem 38, solved by O. W. Anthony, Henry Heaton, and G. B. M. Zerr, The American Mathematical Monthly, Vol. 3, No. 12 (1896), pp. 324-326.
- Paul J. Nahin, Inside interesting integrals, Undergrad. Lecture Notes in Physics, Springer (2020), p.52
- I. Todhunter, A treatise on the Integral Calculus, London and Cambridge: MacMillan and Co., 1868, page 320, Example 7.
- Wikipedia, Steiner ellipse
- Index entries for transcendental numbers
Programs
-
Maple
Digits:=100: evalf(3*sqrt(3)/(4*Pi)); # Wesley Ivan Hurt, Aug 03 2014
-
Mathematica
Flatten[RealDigits[3 Sqrt[3]/(4 Pi), 10, 100, -1]] (* Wesley Ivan Hurt, Aug 03 2014 *)
-
PARI
default(realprecision, 120); 3*sqrt(3)/(4*Pi)
Formula
Equals A093604^2. - Hugo Pfoertner, May 18 2024
Comments