A181164 Decimal expansion of exp(5*Pi)/8.
8, 2, 9, 4, 5, 2, 9, 9, 9, 9, 1, 7, 6, 4, 1, 7, 7, 9, 1, 5, 8, 2, 8, 3, 0, 0, 8, 3, 8, 7, 3, 8, 8, 1, 1, 5, 2, 2, 9, 5, 1, 3, 3, 6, 6, 7, 6, 8, 8, 7, 3, 4, 0, 0, 4, 0, 5, 8, 9, 5, 8, 6, 7, 0, 4, 4, 2, 8, 0, 1, 5, 0, 5, 0, 5, 7, 1, 9, 0, 0, 4, 3, 9, 4, 1, 3, 6, 2, 4, 7, 6, 9, 4, 9, 5, 9, 9, 1, 2, 6, 4, 2, 7, 4, 3
Offset: 6
Examples
829452.999917641779158283008387388115229513366768873400405895867044280150...
Links
- G. C. Greubel, Table of n, a(n) for n = 6..10000
Programs
-
Julia
using Nemo RR = RealField(366) t = RR(5) * const_pi(RR) exp(t)/RR(8) |> println # Peter Luschny, Mar 13 2018
-
Magma
R:= RealField(); Exp(5*Pi(R))/8; // G. C. Greubel, Feb 14 2018
-
Mathematica
RealDigits[Exp[5*Pi]/8, 10, 100][[1]] (* G. C. Greubel, Feb 14 2018 *)
-
PARI
exp(5*Pi)/8 \\ G. C. Greubel, Feb 14 2018
Formula
Equals exp(5*Pi)/8.
Comments