My learning curve began with a problem on Brilliant:
$\large \int_0^1\int_0^1\lbrace{\frac{x^3}{y}\rbrace}dxdy=\frac{A}{B}-\frac{\gamma}{C}$
I recognized the problem with the lower bound on y being zero. Since for both x and y we are going from 0 to 1, the confusion between the Mathematica/GeoGebra definition for {x} , ie frac(x) and the Graham et al. definition, was not an issue on this question. Then I went ahead and worked out the inside integral to be $\frac{1}{4y}$. With trepidation, and not sure even that step was correct, I was looking at:
$\int_0^1\frac{1}{4y}dy$
That's where I started to spin my wheels, get frustrated and confused. More research followed. More frustration ensued. I then tried to go back and attempt numerical analysis from square one with a double integral tool on GeoGebra.org ..... The best I did there was finding a lower bound of 10 and an upper bound of 20 for the final answer but I am not confident even that's true. I would be happy if all I got was a numerical result accurate to 8 decimal digits but I just can't handle the discontinuity at y=0 I guess. That the Euler-Mascheroni constant .57721566 is involved in the closed form template for the result is very intriguing to me. Currently, the Brilliant site has no posted solutions yet, or I would have put in 3 guesses and got to see it days ago. The tutorial Wikis on Brilliant helped me understand how non-trivial the fractionalPart function is! Sorry about the long story.
Hint:
\begin{align*} \int_{0}^{1} \int_{x^3}^{1} \left \{ \frac{x^3}{y} \right \} \, dy \, dx &= \int_{0}^{1} \int_{x^3}^{1} \frac{x^3}{y} \, dy \, dx \\ &= \frac{3}{16} \end{align*}
\begin{align*} \int_{0}^{1} \int_{\frac{x^3}{n+1}}^{\frac{x^3}{n}} \left \{ \frac{x^3}{y} \right \} \, dy \, dx &= \int_{0}^{1} \int_{\frac{x^3}{n+1}}^{\frac{x^3}{n}} \left( \frac{x^3}{y}-n \right) dy \, dx \\ &= \frac{1}{4} \left( \ln \frac{n+1}{n}-\frac{1}{n+1} \right) \end{align*}