Is there an integral form equivalant to $\sum\limits_{k=1}^n {k^3} = \bigg(\sum\limits_{k=1}^n k\bigg)^2$
e.g. do m,n exists such that for any f following will hold true : $\int\limits_{t=0}^x {\big(f(t)\big)^m} \operatorname dt = \bigg(\int\limits_{t=0}^x f(t) \operatorname dt\bigg)^n$
The analogue is exactly what you'd expect: $$ \int_0^xt^3\;dt=\frac{x^4}{4}=\Big(\int_0^xt\;dt\Big)^2$$
This is not a surprise because $\frac{1}{n^4}\sum_{k=1}^{n}k^3$ and $\frac{1}{n^2}\sum_{k=1}^nk$ are Riemann sums for $\int_0^1t^3\;dt$ and $\int_0^1t\;dt$ respectively.