A104015 Binary expansion of Euler's constant (or Euler-Mascheroni constant) gamma (A001620).
1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0
Offset: 0
Examples
.1001001111000100011001111110...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Crossrefs
Cf. A001620.
Programs
-
Mathematica
RealDigits[EulerGamma,2,120][[1]] (* Harvey P. Dale, May 25 2018 *)
-
PARI
binary(Euler)[2] \\ Michel Marcus, Dec 14 2017