A161771 Decimal expansion of (70*exp(Pi*sqrt(163)))^2.
3, 3, 7, 7, 3, 6, 8, 7, 5, 8, 7, 6, 9, 3, 5, 4, 7, 1, 4, 6, 6, 3, 1, 9, 6, 3, 2, 5, 0, 6, 0, 2, 4, 4, 6, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 2, 3, 1, 9, 3, 5, 6, 6, 2, 5, 2, 4, 9, 5, 7, 7, 1, 0, 4, 4, 1, 2, 4, 0, 6, 5, 9, 7, 4, 0, 9, 9, 7, 1, 0, 0, 6, 8, 5, 9, 8, 5, 1, 9, 3, 7, 0, 6, 5, 2, 2, 3, 2, 2, 8, 1, 6, 9
Offset: 39
Examples
337736875876935471466319632506024463200.00000080231935662524957710...
Links
- G. C. Greubel, Table of n, a(n) for n = 39..10038
- R. Munafo, Notable Properties of Specific Numbers
- M. A. Thomas, Math Ontological Basis of Quasi Fine-Tuning in Ghc Cosmologies, HAL preprint Id: hal-01232022, 2015.
- M. A. Thomas, Number Theoretic Structural Approach to Dimensionless Physics Forms, HAL preprint Id: hal-01580821 [math.NT], 2017.
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); Exp(2*Pi(R)*Sqrt(163))*70^2; // G. C. Greubel, Oct 24 2018
-
Maple
evalf((70*exp(Pi*sqrt(163)))^2,120); # Muniru A Asiru, Oct 25 2018
-
Mathematica
First@ RealDigits[Exp[Pi Sqrt[163]]^2 70^2, 10, 105] (* Mark A. Thomas, Jun 18 2009, edited by Michael De Vlieger, Feb 19 2018 *)
-
PARI
default(realprecision, 100); exp(2*Pi*sqrt(163))*70^2 \\ G. C. Greubel, Oct 24 2018
Formula
Equals exp(2*Pi*sqrt(163))*70^2.
Comments