A236023 Decimal expansion of log_2 (5) - log_3 (7).
5, 5, 0, 6, 8, 4, 3, 4, 5, 7, 2, 5, 9, 4, 0, 0, 8, 7, 8, 0, 2, 3, 9, 1, 1, 2, 2, 4, 0, 6, 9, 3, 2, 4, 5, 7, 7, 9, 8, 3, 6, 0, 0, 5, 8, 4, 3, 0, 3, 3, 7, 1, 3, 2, 6, 8, 5, 7, 6, 3, 8, 1, 8, 5, 3, 6, 0, 4, 8, 5, 7, 7, 9, 0, 5, 8, 1, 3, 0, 0, 5, 0, 1, 5, 8, 3, 8, 7, 5, 4, 0, 2, 1, 8, 6
Offset: 0
Examples
0.550684345725940087802391122406...
Programs
-
Mathematica
RealDigits[Log2[5] - Log[3, 7], 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)
Comments