A096437 Decimal expansion of (Pi^2-e^2)^(1/2).
1, 5, 7, 4, 9, 7, 5, 6, 5, 1, 2, 9, 0, 7, 4, 5, 6, 3, 4, 6, 8, 2, 6, 8, 1, 9, 9, 7, 6, 0, 6, 9, 9, 2, 7, 6, 5, 2, 6, 0, 8, 7, 2, 5, 7, 5, 2, 5, 9, 2, 2, 7, 9, 5, 4, 2, 7, 3, 3, 6, 3, 5, 6, 1, 1, 9, 5, 1, 3, 1, 4, 5, 6, 9, 5, 8, 0, 2, 0, 1, 7, 7, 5, 3, 7, 0, 3, 6, 6, 2, 2, 6, 4, 8, 2, 9, 6, 7, 1, 7, 9, 3, 3, 7, 1
Offset: 1
Examples
1.57497565129074563468268199760699
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[Sqrt[Pi^2-E^2],10,120][[1]] (* Harvey P. Dale, Feb 20 2013 *)
-
PARI
sqrt(Pi^2 - exp(2)) \\ G. C. Greubel, Feb 07 2017