A374529 Decimal expansion of sqrt(Pi)/e.
6, 5, 2, 0, 4, 9, 3, 3, 2, 1, 7, 3, 2, 9, 2, 1, 8, 3, 0, 5, 9, 1, 5, 8, 6, 1, 3, 2, 4, 7, 0, 6, 7, 2, 4, 9, 1, 8, 5, 0, 4, 0, 6, 9, 7, 6, 1, 9, 4, 2, 8, 2, 1, 5, 8, 0, 7, 9, 7, 3, 2, 0, 2, 0, 0, 8, 3, 4, 7, 4, 2, 4, 4, 3, 4, 3, 1, 8, 8, 7, 4, 2, 8, 0, 7, 5, 5, 0, 6, 6, 6, 4, 0, 6, 5, 0, 5, 2, 3
Offset: 0
Examples
0.652049332173292183059158613247067249185... = 1/ 1.5336262... = 1.30409866... / 2 .
Programs
-
Maple
sqrt(Pi)/exp(1) ; evalf(%) ;
-
Mathematica
RealDigits[Sqrt[Pi]/E, 10, 120][[1]] (* Amiram Eldar, Jul 15 2024 *)
-
PARI
sqrt(Pi)/e \\ Stefano Spezia, May 22 2025