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

A152778
Decimal expansion of log_12 (2).
22
2, 7, 8, 9, 4, 2, 9, 4, 5, 6, 5, 1, 1, 2, 9, 8, 4, 3, 1, 9, 1, 0, 4, 4, 0, 8, 1, 0, 3, 7, 8, 8, 5, 6, 0, 3, 1, 0, 4, 7, 9, 4, 3, 3, 7, 5, 9, 6, 4, 7, 3, 0, 6, 7, 9, 7, 2, 6, 9, 6, 0, 0, 3, 4, 0, 8, 2, 7, 6, 5, 0, 5, 2, 4, 0, 4, 6, 7, 5, 5, 9, 0, 8, 0, 6, 9, 7, 2, 1, 7, 3, 5, 0, 3, 6, 3, 1, 1, 5
OFFSET
0,1
EXAMPLE
.27894294565112984319104408103788560310479433759647306797269...
MATHEMATICA
RealDigits[Log[12, 2], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) log(2)/log(12) \\ Charles R Greathouse IV, Aug 06 2020
CROSSREFS
Cf. decimal expansion of log_12(m): this sequence, A153015 (m=3), A153105 (m=4), A153306 (m=5), A153589 (m=6), A153622 (m=7), A153813 (m=8), A154012 (m=9), A154162 (m=10), A154183 (m=11), A154395 (m=13), A154480 (m=14), A154582 (m=15), A154802 (m=16), A154884 (m=17), A154969 (m=18), A155064 (m=19), A155524 (m=20), A155679 (m=21), A155749 (m=22), A155832 (m=23), A155982 (m=24).
Sequence in context: A372340 A369988 A155982 * A346309 A043054 A107225
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved