A152812 Decimal expansion of log_18 (2).
2, 3, 9, 8, 1, 2, 4, 6, 6, 5, 6, 8, 1, 3, 1, 4, 4, 4, 7, 3, 5, 6, 8, 4, 1, 6, 4, 9, 1, 0, 5, 2, 3, 0, 6, 1, 7, 6, 8, 1, 7, 7, 9, 3, 0, 0, 1, 9, 0, 7, 0, 5, 6, 5, 9, 7, 8, 6, 4, 4, 9, 0, 0, 7, 1, 4, 9, 1, 2, 9, 0, 5, 7, 4, 3, 1, 8, 9, 5, 4, 4, 8, 5, 0, 6, 5, 5, 6, 4, 1, 4, 8, 0, 1, 4, 1, 1, 2, 4
Offset: 0
Examples
.23981246656813144473568416491052306176817793001907056597864...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for transcendental numbers
Crossrefs
Decimal expansion of log_18(m): this sequence, A153021 (m=3), A153113 (m=4), A153444 (m=5), A153608 (m=6), A153628 (m=7), A153870 (m=8), A154017 (m=9), A154168 (m=10), A154189 (m=11), A154210 (m=12), A154400 (m=13), A154490 (m=14), A154688 (m=15), A154830 (m=16), A154898 (m=17), A155094 (m=19), A155530 (m=20), A155685 (m=21), A155784 (m=22), A155889 (m=23), A155995 (m=24).
Programs
-
Mathematica
RealDigits[Log[18, 2], 10, 100][[1]] (* Vincenzo Librandi, Sep 04 2013 *)
-
PARI
log(2)/log(18) \\ Charles R Greathouse IV, Jul 24 2015
-
Sage
N(log(2,18),digits=100) # Jani Melik, Jul 20 2015