OFFSET
8,1
COMMENTS
This real number is close to the prime number 36864031.
LINKS
G. C. Greubel, Table of n, a(n) for n = 8..10007
FORMULA
Equals exp(Pi*sqrt(43))/24.
EXAMPLE
exp(Pi*sqrt(43))/24 = 36864030.9999907277514544442473942532743907019... This is almost the prime 36864031.
MATHEMATICA
RealDigits[E^(Pi Sqrt[43])/24, 10, 120][[1]] (* Harvey P. Dale, Oct 17 2011 *)
PROG
(PARI) exp(Pi*sqrt(43))/24 \\ G. C. Greubel, Feb 14 2018
(Magma) R:= RealField(); Exp(Pi(R)*Sqrt(43)); // G. C. Greubel, Feb 14 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Mark A. Thomas, Oct 07 2010
STATUS
approved