login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181164 Decimal expansion of exp(5*Pi)/8. 1
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
6,1
COMMENTS
This real number is close to the prime number 829453.
LINKS
FORMULA
Equals exp(5*Pi)/8.
EXAMPLE
829452.999917641779158283008387388115229513366768873400405895867044280150...
MATHEMATICA
RealDigits[Exp[5*Pi]/8, 10, 100][[1]] (* G. C. Greubel, Feb 14 2018 *)
PROG
(PARI) exp(5*Pi)/8 \\ G. C. Greubel, Feb 14 2018
(Magma) R:= RealField(); Exp(5*Pi(R))/8; // G. C. Greubel, Feb 14 2018
(Julia)
using Nemo
RR = RealField(366)
t = RR(5) * const_pi(RR)
exp(t)/RR(8) |> println # Peter Luschny, Mar 13 2018
CROSSREFS
Sequence in context: A198993 A307565 A119523 * A154212 A155035 A358183
KEYWORD
nonn,cons
AUTHOR
Mark A. Thomas, Oct 07 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)