A069864 Decimal expansion of 2/log(4/3).
6, 9, 5, 2, 1, 1, 8, 9, 9, 3, 5, 6, 4, 4, 1, 3, 8, 2, 0, 7, 5, 2, 9, 9, 8, 8, 0, 3, 2, 9, 1, 5, 3, 2, 7, 3, 7, 4, 9, 6, 3, 9, 1, 0, 1, 0, 3, 4, 7, 1, 3, 1, 4, 9, 6, 7, 8, 5, 5, 8, 0, 2, 5, 0, 0, 5, 2, 0, 1, 3, 9, 8, 9, 0, 0, 5, 4, 1, 5, 8, 5, 7, 7, 6, 8, 9, 1, 7, 2, 5, 2, 4, 2, 1, 9, 8, 5, 6, 1
Offset: 1
Examples
6.95211899356441...
Links
- Jeffrey C. Lagarias and K. Soundararajan, Benford's law for the 3x+1 function, arXiv:math/0509175 [math.NT], 2005-2006.
- Index entries for transcendental numbers.
Programs
-
Magma
SetDefaultRealField(RealField(100)); 2 / Log(4 / 3); // Vincenzo Librandi, May 16 2019
-
Mathematica
RealDigits[N[2 / Log[4 / 3], 150]][[1]] (* Vincenzo Librandi, May 16 2019 *)
-
PARI
2/log(4/3) \\ Charles R Greathouse IV, May 15 2019
Extensions
a(99) corrected by Georg Fischer, Apr 03 2020
Comments