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

A154198
Decimal expansion of log_5 (12).
22
1, 5, 4, 3, 9, 5, 9, 3, 1, 0, 6, 3, 2, 7, 7, 1, 3, 9, 6, 4, 7, 4, 7, 7, 9, 4, 9, 6, 7, 9, 8, 9, 8, 3, 5, 1, 7, 1, 6, 4, 2, 5, 3, 2, 6, 4, 0, 3, 2, 6, 8, 8, 1, 0, 8, 3, 0, 4, 0, 0, 8, 7, 6, 7, 4, 1, 5, 0, 7, 0, 3, 2, 8, 0, 0, 2, 6, 8, 4, 2, 8, 9, 5, 0, 4, 3, 5
OFFSET
1,2
EXAMPLE
1.5439593106327713964747794967989835171642532640326881083040...
MATHEMATICA
RealDigits[Log[5, 12], 10, 100][[1]] (* Vincenzo Librandi, Aug 30 2013 *)
PROG
(PARI) log(12)/log(5) \\ Charles R Greathouse IV, May 15 2020
CROSSREFS
Cf. decimal expansion of log_5(m): A152675 (m=2), A152914 (m=3), A153101 (m=4), A153461 (m=6), A153616 (m=7), A153739 (m=8), A154008 (m=9), A154156 (m=10), A154177 (m=11), this sequence, A154265 (m=13), A154465 (m=14), A154564 (m=15), A154759 (m=16), A154850 (m=17), A154910 (m=18), A155035 (m=19), A155184 (m=20), A155553 (m=21), A155696 (m=22), A155821 (m=23), A155958 (m=24).
Sequence in context: A086409 A202412 A194556 * A086793 A070515 A096733
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved