A relationship between $\log(5) \approx 1.6094$ and $\dfrac{3}{2}=1.5$ can be justified by the harmonic approximation $$\log(5) \approx H_2=1+\frac{1}{2}=\frac{3}{2}$$
that can be obtained by regrouping Lehmer's logarithm
$$\log(5) = \sum_{k=0}^\infty \left(\frac{1}{5k+1}+\frac{1}{5k+2}+\frac{1}{5k+3}+\frac{1}{5k+4}-\frac{4}{5k+5}\right)$$
symmetrically around the negative term
$$\log(5)=\frac{3}{2}+\sum_{k=1}^\infty \left( \frac{1}{5k-2}+\frac{1}{5k-1}-\frac{4}{5k}+\frac{1}{5k+1}+\frac{1}{5k+2} \right)$$
The corresponding integral is $$\log(5)-\frac{3}{2}=\int_0^1 \frac{x^2(1-x)(1+3x+x^2)}{1+x+x^2+x^3+x^4}\:dx$$
(answer https://math.stackexchange.com/a/1656356/134791 by Olivier Oloa)
This is a direct proof that $\log(5)>\dfrac{3}{2}$ because the integrand is non-negative in $(0,1)$.
However, $\dfrac{8}{5}=1.6$ would be a closer approximation using small numbers, so the natural question is:
What are Dalzell-type integral and series for $\log(5)-\dfrac{8}{5}$?
Here are similar integrals for some other approximations to $\log(n)$: https://math.stackexchange.com/questions/1656344/series-and-integrals-for-inequalities-and-approximations-to-logn
– Jaume Oliver Lafont May 30 '17 at 05:15