A152564 Decimal expansion of log_3(26).
2, 9, 6, 5, 6, 4, 7, 2, 7, 3, 0, 4, 4, 2, 5, 0, 1, 3, 0, 4, 7, 9, 1, 2, 9, 5, 2, 1, 5, 8, 7, 2, 8, 9, 3, 5, 0, 1, 6, 1, 3, 5, 2, 2, 2, 6, 8, 5, 6, 7, 1, 1, 7, 7, 4, 3, 0, 9, 8, 7, 9, 1, 1, 8, 8, 0, 6, 1, 3, 8, 3, 9, 0, 1, 2, 9, 3, 0, 9, 7, 2, 2, 4, 5, 2, 9, 3, 0, 0, 4, 1, 3, 2, 3, 7, 5, 3, 1, 6
Offset: 1
Examples
2.9656472730442501304791295215872893501613522268567117743098...
References
- Manfred Schroeder, Fractals, Chaos, Power Laws, Freeman,1991, p. 179.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[Log[3, 26], 10, 120][[1]] (* Vincenzo Librandi, Aug 29 2013 *)
-
PARI
log(26)/log(3) \\ Charles R Greathouse IV, Aug 06 2020
Comments