A154841 Decimal expansion of e^(Pi*sqrt(43)).
8, 8, 4, 7, 3, 6, 7, 4, 3, 9, 9, 9, 7, 7, 7, 4, 6, 6, 0, 3, 4, 9, 0, 6, 6, 6, 1, 9, 3, 7, 4, 6, 2, 0, 7, 8, 5, 8, 5, 3, 7, 6, 8, 4, 7, 3, 9, 9, 1, 2, 7, 1, 3, 9, 1, 6, 0, 9, 1, 7, 5, 1, 4, 6, 2, 7, 8, 3, 4, 4, 8, 8, 1, 1, 4, 8, 7, 4, 7, 5, 9, 2, 1, 8, 9, 6, 3, 5, 6, 4, 3, 1, 0, 6, 0, 2, 3, 7, 1, 7, 1, 0, 1, 3, 7
Offset: 9
Examples
884736743.999777466034906661937462078585376847399127139160917514627834...
References
- John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See pp. 225-226.
Programs
-
Mathematica
RealDigits[E^(Pi Sqrt[43]), 10, 110][[1]] (* Bruno Berselli, Mar 05 2015 *)
-
PARI
exp(sqrt(43)*Pi) \\ Charles R Greathouse IV, Dec 06 2016
Extensions
More digits from R. J. Mathar, Jan 21 2009
Comments