A154850 Decimal expansion of log_5 (17).
1, 7, 6, 0, 3, 7, 4, 4, 2, 7, 7, 2, 2, 5, 8, 7, 9, 6, 0, 0, 9, 8, 6, 8, 1, 8, 6, 1, 2, 4, 8, 0, 5, 1, 7, 1, 9, 9, 8, 6, 3, 8, 0, 8, 2, 5, 4, 3, 8, 4, 7, 1, 0, 5, 5, 9, 4, 6, 0, 8, 9, 6, 4, 5, 7, 4, 8, 8, 6, 2, 3, 7, 6, 8, 8, 5, 4, 0, 9, 9, 5, 2, 8, 0, 5, 8, 5
Offset: 1
Examples
1.7603744277225879600986818612480517199863808254384710559460...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for transcendental numbers
Crossrefs
Cf. decimal expansion of log_5(m): A152675 (m=2), A152914 (m=3), A153101 (m=4), A153461 (m=6), A153616 (m=7), A153739 (m=8), A154008 (m=9), A154156 (m=10), A154177 (m=11), A154198 (m=12), A154265 (m=13), A154465 (m=14), A154564 (m=15), A154759 (m=16), this sequence, A154910 (m=18), A155035 (m=19), A155184 (m=20), A155553 (m=21), A155696 (m=22), A155821 (m=23), A155958 (m=24).
Programs
-
Mathematica
RealDigits[Log[5,17],10,120][[1]] (* Harvey P. Dale, Jul 25 2011 *)
-
PARI
log(17)/log(5) \\ Charles R Greathouse IV, May 15 2020