A096255 Decimal expansion of Pi^2 - e^2.
2, 4, 8, 0, 5, 4, 8, 3, 0, 2, 1, 5, 8, 7, 0, 8, 3, 9, 1, 6, 0, 4, 0, 6, 3, 5, 3, 9, 3, 0, 1, 1, 4, 3, 3, 2, 2, 1, 3, 3, 3, 8, 3, 8, 3, 6, 6, 8, 8, 9, 4, 3, 3, 0, 2, 3, 2, 6, 2, 2, 1, 5, 5, 3, 6, 9, 7, 4, 7, 1, 0, 2, 6, 3, 4, 0, 1, 4, 7, 4, 7, 9, 6, 1, 7, 4, 6, 0, 9, 1, 8, 6, 3, 9, 4, 3, 0, 4, 3, 7, 0, 5, 0, 2, 7
Offset: 1
Examples
2.4805483021587083916040635393...
Programs
-
Mathematica
RealDigits[Pi^2-E^2,10,120][[1]] (* Harvey P. Dale, Oct 17 2020 *)