login
A390640
Decimal expansion of 72 / log(7).
0
3, 7, 0, 0, 0, 6, 8, 0, 6, 5, 0, 6, 2, 2, 0, 4, 9, 8, 9, 9, 2, 1, 4, 7, 5, 6, 0, 3, 4, 6, 5, 3, 6, 3, 5, 8, 3, 8, 8, 9, 6, 4, 1, 9, 8, 7, 5, 1, 1, 5, 6, 2, 2, 6, 2, 9, 1, 9, 6, 1, 7, 1, 3, 2, 9, 5, 9, 6, 0, 8, 2, 5, 0, 7, 6, 0, 0, 0, 6, 5, 4, 5, 0, 0, 8, 2, 7, 8, 6, 6, 2, 9, 9, 6, 8, 7, 1, 7, 8, 2, 1, 5, 4, 9, 9
OFFSET
2,1
COMMENTS
The logarithmic mean of natural numbers a = 12 and b = 84. Their harmonic (21), arithmetic (48), quadratic (60) and contraharmonic (75) mean as well as their coefficient of dispersion (27) and population standard deviation (36) are natural numbers while their logarithmic mean = x is as close to a natural number (37) as possible, such that abs(x - round(x)) < 1 / (a * b).
FORMULA
Equals 72 / A016630.
Equals (12 - 84) / (log(12) - log(84)).
Equals (12 - 84) / (A016635 - A016707).
EXAMPLE
37.0006806506220498...
MAPLE
evalf(72/log(7), 105)
MATHEMATICA
RealDigits[72/Log[7], 10, 105][[1]]
PROG
(PARI) 72/log(7)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Michal Paulovic, Nov 13 2025
STATUS
approved