A096439 Decimal expansion of (Pi^3 - e^3)^(1/2).
3, 3, 0, 4, 6, 5, 4, 2, 5, 6, 8, 1, 9, 0, 3, 2, 5, 6, 4, 1, 5, 5, 3, 2, 4, 3, 1, 2, 9, 0, 0, 3, 4, 9, 5, 7, 7, 2, 5, 4, 0, 2, 5, 4, 3, 6, 4, 8, 7, 8, 4, 5, 2, 1, 7, 7, 9, 7, 3, 1, 8, 6, 0, 7, 8, 1, 4, 5, 5, 7, 6, 5, 5, 3, 0, 6, 3, 1, 7, 6, 5, 5, 3, 2, 2, 4, 9, 9, 0, 5, 8, 9, 1, 2, 8, 5, 2, 1, 1, 6, 1, 1, 5
Offset: 1
Examples
3.304654256819032564155324312900...
Programs
-
Mathematica
RealDigits[Sqrt[Pi^3-E^3],10,120][[1]] (* Harvey P. Dale, May 05 2022 *)