I am working on a few problems from Arnold's trivium because I hate myself.
My first and only idea is to try and approximate this by Riemann sums, but this is of course disgusting. For overestimate (right Riemann sum of increasing function) of $3$ points we have $$ \sum_{n=1}^3 f(1+3n)\frac{1}{3}=\frac{1}{3}(4^4+7^7+10^{10})\approx 10^{9} $$ Which I had to use a calculator to figure out (sorta defeating the point of the exercise, I guess) has relative error of 8%.
Is there a more clever and less painful way to do this than bashing out crummy Riemann or trapezoidal approximations or something of the sort?