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

A155696
Decimal expansion of log_5 (22).
22
1, 9, 2, 0, 5, 7, 2, 6, 6, 0, 4, 7, 8, 3, 7, 1, 1, 2, 3, 4, 6, 9, 3, 0, 8, 3, 4, 8, 7, 4, 7, 9, 3, 6, 9, 3, 9, 6, 8, 3, 2, 7, 2, 3, 7, 6, 6, 3, 9, 3, 9, 4, 1, 9, 9, 8, 4, 9, 3, 2, 8, 6, 4, 4, 4, 7, 1, 9, 6, 0, 9, 0, 5, 0, 7, 3, 2, 9, 2, 4, 2, 0, 9, 1, 8, 3, 2
OFFSET
1,2
EXAMPLE
1.9205726604783711234693083487479369396832723766393941998493...
MATHEMATICA
RealDigits[Log[5, 22], 10, 100][[1]] (* Vincenzo Librandi, Aug 31 2013 *)
PROG
(PARI) log(22)/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), A154198 (m=12), 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), this sequence, A155821 (m=23), A155958 (m=24).
Sequence in context: A357318 A327995 A019876 * A098875 A147711 A096388
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved