A182497 Decimal expansion of gamma^3, where gamma is the Euler-Mascheroni constant.
1, 9, 2, 3, 1, 5, 5, 1, 6, 8, 2, 1, 1, 8, 4, 5, 8, 9, 6, 6, 3, 1, 9, 2, 3, 7, 4, 4, 1, 9, 6, 3, 5, 9, 0, 7, 1, 2, 1, 6, 7, 8, 2, 6, 1, 3, 3, 3, 3, 7, 5, 2, 3, 8, 6, 7, 3, 2, 5, 2, 9, 1, 2, 5, 3, 9, 1, 7, 8, 8, 4, 4, 9, 1, 6, 1, 3, 7, 9, 3, 5, 9, 3, 7, 3, 9, 0, 9, 7, 1, 2, 3, 7, 8, 5, 5, 6, 6, 0, 5, 1, 1, 6, 5, 0
Offset: 0
Examples
0.19231551682118458966319237441963590712167826133337...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Programs
-
Magma
R:= RealField(100); EulerGamma(R)^3; // G. C. Greubel, Sep 01 2018
-
Mathematica
RealDigits[EulerGamma^3, 10, 105][[1]]
-
PARI
default(realprecision, 100); Euler^3 \\ G. C. Greubel, Dec 26 2016
Formula
Equals A001620^3.