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”).

A153790
Decimal expansion of log_10 (8).
22
9, 0, 3, 0, 8, 9, 9, 8, 6, 9, 9, 1, 9, 4, 3, 5, 8, 5, 6, 4, 1, 2, 1, 6, 6, 8, 4, 1, 7, 3, 4, 7, 9, 0, 8, 0, 3, 0, 4, 5, 6, 9, 6, 4, 4, 3, 8, 6, 3, 2, 5, 6, 2, 3, 9, 3, 1, 2, 8, 2, 3, 8, 3, 3, 8, 1, 3, 2, 4, 5, 6, 7, 8, 2, 3, 2, 7, 3, 5, 2, 8, 4, 6, 0, 7, 8, 1, 7, 5, 6, 3, 5, 4, 5, 5, 8, 5, 1, 6
OFFSET
0,1
EXAMPLE
.90308998699194358564121668417347908030456964438632562393128...
MATHEMATICA
RealDigits[Log[10, 8], 10, 100][[1]] (* Vincenzo Librandi, Sep 10 2013 *)
PROG
(PARI) log(8)/log(10) \\ Charles R Greathouse IV, Aug 04 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), this sequence, A104139 (m=9), A154182 (m=11), A154203 (m=12), A154368 (m=13), A154478 (m=14), A154580 (m=15), A154794 (m=16), A154860 (m=17), A154953 (m=18), A155062 (m=19), A155522 (m=20), A155677 (m=21), A155746 (m=22), A155830 (m=23), A155979 (m=24).
Sequence in context: A203129 A107091 A200306 * A260932 A062523 A367961
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved