A152566 Decimal expansion of log_3(10).
2, 0, 9, 5, 9, 0, 3, 2, 7, 4, 2, 8, 9, 3, 8, 4, 6, 0, 4, 2, 9, 6, 5, 6, 7, 5, 2, 2, 0, 2, 1, 4, 0, 1, 2, 5, 0, 6, 0, 7, 5, 1, 8, 0, 0, 6, 7, 9, 7, 9, 3, 0, 1, 1, 6, 9, 2, 3, 5, 4, 5, 3, 3, 8, 6, 3, 4, 1, 7, 7, 4, 7, 7, 5, 7, 1, 9, 4, 0, 6, 2, 8, 7, 1, 6, 7, 6, 5, 8, 0, 2, 3, 0, 8, 9, 8, 1, 2, 3
Offset: 1
Examples
2.0959032742893846042965675220214012506075180067979301169235...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[Log[3, 10], 10, 120][[1]] (* Vincenzo Librandi, Aug 29 2013 *)
-
PARI
log(10)/log(3) \\ Charles R Greathouse IV, Aug 06 2020