A074948 Decimal representation of sqrt((Pi^2 + e^2)/2).
2, 9, 3, 7, 5, 7, 2, 1, 6, 9, 3, 2, 7, 9, 3, 0, 6, 4, 3, 2, 4, 6, 2, 5, 2, 9, 0, 9, 9, 2, 2, 2, 4, 1, 0, 0, 7, 4, 1, 8, 0, 4, 1, 7, 2, 6, 0, 9, 6, 5, 7, 0, 8, 7, 9, 7, 8, 2, 3, 2, 1, 8, 1, 3, 9, 8, 6, 1, 0, 5, 3, 8, 1, 3, 7, 5, 3, 6, 0, 7, 3, 5, 0, 2, 7, 4, 0, 1, 8, 9, 5, 4, 5, 3, 4, 4, 1, 4, 3, 1, 6, 1, 5, 1, 5
Offset: 1
Examples
sqrt[(Pi^2 + e^2)/2] = 2.93757216932793...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[Sqrt[(Pi^2 + E^2)/2], 10, 50][[1]] (* G. C. Greubel, Jan 10 2017 *)
-
PARI
sqrt((Pi^2 + exp(2))/2) \\ Michel Marcus, Oct 03 2013