[go: up one dir, main page]

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

A155975
Decimal expansion of log_8 (24).
19
1, 5, 2, 8, 3, 2, 0, 8, 3, 3, 5, 7, 3, 7, 1, 8, 7, 2, 7, 1, 5, 1, 2, 4, 6, 3, 1, 4, 6, 4, 9, 2, 7, 2, 1, 6, 9, 5, 8, 6, 6, 0, 4, 8, 0, 2, 5, 6, 4, 1, 6, 0, 3, 5, 3, 4, 8, 5, 2, 5, 0, 8, 8, 4, 8, 4, 7, 0, 3, 2, 7, 4, 2, 5, 9, 8, 1, 1, 9, 5, 2, 0, 8, 4, 0, 7, 6, 0, 1, 5, 8, 3, 0, 6, 0, 2, 9, 4, 1
OFFSET
1,2
FORMULA
Equals 1+ A152956. - R. J. Mathar, Sep 24 2011
EXAMPLE
1.5283208335737187271512463146492721695866048025641603534852...
MATHEMATICA
RealDigits[Log[8, 24], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(24)/log(8) \\ G. C. Greubel, Aug 31 2018
(Magma) SetDefaultRealField(RealField(100)); Log(24)/Log(8); // G. C. Greubel, Aug 31 2018
CROSSREFS
Cf. decimal expansion of log_8(m): A152956 (m=3), A153204 (m=5), A153493 (m=6), A153618 (m=7), A154010 (m=9), A154159 (m=10), A154180 (m=11), A154201 (m=12), A154309 (m=13), A154468 (m=14), A154574 (m=15), A154858 (m=17), A154927 (m=18), A155060 (m=19), A155502 (m=20), A155675 (m=21), A155741 (m=22), A155827 (m=23), this sequence.
Sequence in context: A248259 A128666 A013674 * A152956 A099873 A185353
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved