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).
LINKS
Wikipedia, Logarithmic mean.
FORMULA
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
