A096434 Decimal expansion of (Pi - e)^(1/2).
6, 5, 0, 6, 2, 3, 4, 1, 2, 6, 8, 2, 5, 9, 6, 2, 9, 3, 2, 2, 7, 4, 7, 0, 1, 2, 7, 0, 6, 5, 5, 7, 6, 6, 1, 2, 2, 2, 1, 4, 0, 0, 1, 4, 2, 4, 1, 3, 1, 5, 3, 9, 0, 2, 4, 7, 7, 0, 2, 2, 7, 0, 7, 3, 7, 6, 5, 5, 9, 2, 1, 0, 4, 2, 5, 3, 8, 8, 9, 2, 1, 2, 6, 2, 5, 1, 2, 3, 9, 2, 4, 9, 0, 5, 6, 6, 1, 4, 8, 5, 7, 7, 6, 0, 3
Offset: 0
Examples
0.65062341268259629322747012706557661222...
Programs
-
Mathematica
RealDigits[Sqrt[Pi-E],10,120][[1]] (* Harvey P. Dale, Mar 23 2023 *)