login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A154953
Decimal expansion of log_10 (18).
22
1, 2, 5, 5, 2, 7, 2, 5, 0, 5, 1, 0, 3, 3, 0, 6, 0, 6, 9, 8, 0, 3, 7, 9, 4, 7, 0, 1, 2, 3, 4, 7, 2, 3, 6, 4, 5, 1, 6, 8, 4, 4, 7, 6, 0, 9, 8, 4, 3, 5, 0, 0, 2, 7, 0, 9, 7, 0, 1, 5, 8, 7, 4, 1, 7, 3, 7, 5, 6, 6, 4, 9, 4, 8, 4, 1, 7, 4, 6, 7, 5, 5, 5, 7, 2, 8, 6, 3, 9, 6, 3, 4, 1, 3, 4, 1, 8, 7, 7
OFFSET
1,2
EXAMPLE
1.2552725051033060698037947012347236451684476098435002709701...
MATHEMATICA
RealDigits[Log[10, 18], 10, 120][[1]] (* Harvey P. Dale, Jan 14 2013 *)
PROG
(PARI) log(18)/log(10) \\ Charles R Greathouse IV, Aug 06 2020
CROSSREFS
Cf. decimal expansion of log_10(m): A007524 (m=2), A114490 (m=3), A114493 (m=4), A153268 (m=5), A153496 (m=6), A153620 (m=7), A153790 (m=8), A104139 (m=9), A154182 (m=11), A154203 (m=12), A154368 (m=13), A154478 (m=14), A154580 (m=15), A154794 (m=16), A154860 (m=17), this sequence, A155062 (m=19), A155522 (m=20), A155677 (m=21), A155746 (m=22), A155830 (m=23), A155979 (m=24).
Sequence in context: A269992 A146100 A101458 * A321310 A187340 A153518
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved