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

A152781
Decimal expansion of log_15 (2).
22
2, 5, 5, 9, 5, 8, 0, 2, 4, 8, 0, 9, 8, 1, 5, 4, 8, 9, 3, 8, 7, 6, 7, 7, 6, 7, 8, 8, 6, 4, 8, 0, 2, 2, 7, 0, 4, 0, 4, 9, 4, 1, 8, 7, 9, 7, 5, 8, 9, 0, 1, 1, 4, 2, 2, 6, 8, 5, 1, 5, 4, 3, 0, 9, 2, 9, 6, 1, 9, 2, 1, 9, 7, 7, 2, 1, 7, 2, 4, 9, 4, 5, 1, 4, 7, 2, 7, 5, 8, 3, 8, 5, 2, 9, 5, 2, 7, 9, 4
OFFSET
0,1
EXAMPLE
.25595802480981548938767767886480227040494187975890114226851...
MATHEMATICA
RealDigits[Log[15, 2], 10, 100][[1]] (* Vincenzo Librandi, Sep 02 2013 *)
PROG
(PARI) log(2)/log(15) \\ Charles R Greathouse IV, Aug 06 2020
CROSSREFS
Cf. decimal expansion of log_15(m): this sequence, A153018 (m=3), A153108 (m=4), A153356 (m=5), A153605 (m=6), A153625 (m=7), A153857 (m=8), A154015 (m=9), A154165 (m=10), A154186 (m=11), A154207 (m=12), A154397 (m=13), A154482 (m=14), A154826 (m=16), A154892 (m=17), A154972 (m=18), A155068 (m=19), A155527 (m=20), A155682 (m=21), A155781 (m=22), A155855 (m=23), A155987 (m=24).
Sequence in context: A145420 A336257 A284169 * A200242 A062553 A126357
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved