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

A369522
Decimal expansion of log(4/3) / log(3/2).
1
7, 0, 9, 5, 1, 1, 2, 9, 1, 3, 5, 1, 4, 5, 4, 7, 7, 6, 9, 7, 6, 1, 9, 0, 2, 6, 2, 1, 7, 4, 0, 1, 4, 1, 4, 0, 6, 1, 5, 0, 0, 3, 7, 3, 5, 2, 3, 6, 1, 0, 7, 2, 2, 3, 0, 7, 4, 4, 5, 3, 9, 0, 6, 2, 8, 7, 7, 1, 8, 5, 7, 7, 8, 9, 9, 5, 5, 4, 4, 2, 6, 6, 3, 4, 0, 2
OFFSET
0,1
FORMULA
Equals A083679 / A016578.
EXAMPLE
0.70951129135145477697619...
MATHEMATICA
Join[{0}, First[RealDigits[Log[4/3]/Log[3/2], 10, 86]]] (* James C. McMahon, Jan 30 2024 *)
PROG
(PARI) (log(4)-log(3)) / (log(3)-log(2))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Ruud H.G. van Tol, Jan 25 2024
STATUS
approved