A347055 Decimal expansion of Pi * (sqrt(3) - sqrt(2)).
9, 9, 8, 5, 1, 5, 1, 5, 4, 5, 4, 4, 2, 8, 7, 3, 0, 4, 7, 6, 6, 3, 5, 3, 7, 8, 2, 8, 6, 5, 7, 7, 3, 4, 9, 8, 2, 3, 7, 5, 7, 7, 0, 5, 4, 9, 0, 2, 5, 3, 1, 5, 0, 3, 6, 2, 4, 2, 5, 9, 1, 9, 9, 2, 0, 7, 9, 3, 4, 7, 5, 0, 2, 7, 9, 5, 8, 7, 7, 4, 0, 4, 7, 7, 0, 4, 8
Offset: 0
Examples
0.9985151545442873047663537828657734982375770549025315...
Links
- Michael I. Shamos, Shamos's catalog of the real numbers (2011).
- Index entries for transcendental numbers.
Programs
-
Mathematica
RealDigits[Pi * (Sqrt[3] - Sqrt[2]), 10, 120][[1]] (* Amiram Eldar, Jun 20 2023 *)
-
PARI
Pi*(sqrt(3)-sqrt(2)) \\ Charles R Greathouse IV, Oct 02 2022
Formula
Equals Integral_{x>=0} log(1 + 1/(x^2+2)) dx.