A094244 Decimal expansion of 1/sqrt(Pi + e).
4, 1, 3, 1, 0, 0, 6, 1, 6, 6, 0, 2, 7, 9, 5, 3, 9, 9, 1, 9, 4, 0, 6, 8, 6, 1, 8, 9, 0, 5, 6, 1, 2, 0, 4, 4, 9, 6, 4, 4, 0, 9, 6, 2, 3, 8, 4, 8, 8, 4, 0, 2, 0, 9, 9, 5, 2, 9, 7, 7, 3, 0, 6, 1, 8, 8, 8, 1, 4, 3, 2, 9, 3, 6, 5, 9, 3, 3, 0, 0, 1, 0, 9, 2, 2, 9, 6, 5, 4, 5, 6, 0, 0, 8, 7, 4, 6, 7, 2, 8, 1, 4, 2, 3, 0
Offset: 0
Examples
0.413100616602795399...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
Programs
-
Mathematica
RealDigits[N[1/Sqrt[Pi + E], 100]][[1]] (* Vincenzo Librandi, Aug 09 2015 *)
-
PARI
1/sqrt(Pi + exp(1)) \\ G. C. Greubel, Jan 13 2017
Extensions
Offset corrected by Mohammad K. Azarian, Dec 11 2008