I want to prove the following inequality: $$E\left[\left|\int_{t0}^t f(s,\omega)dW_s \right|^{2n}\right]\le (t-t_0)^{n-1}[n(2n-1)]^n\int_{t0}^tE[|f(s,\omega)|^{2n}]ds$$
I have been trying with Ito-Isometry and Cauchy Schwarz Inequality to get the Expectation under the integral. Where does the factor $[n(2n-1)]^n$ come from? Applying Ito Formula:
$$E[\lvert\int_{t_0}^t f(s,\omega)dW_s\rvert^{2n}]=E[\int f^2(t,\omega)*n(2n-1)|\int f(s,\omega)dW_s|^{2n-2}dt]$$ Repeating the recursion n times we will get $$E[\lvert\int_{t0}^t f(s,\omega)dW_s \rvert^{2n}]= E[\int f^{2n}(t,\omega)*n(2n-1)*(n-1)*(2n-3)*.....*2 dt]\le E[\int f^{2n}(t,\omega)*n(2n-1)^n dt]\le n(2n-1)^nE[\int |f|^{2n}(t,\omega) dt]$$
Now how does the $(t-t_0)^{n-1}$ comes in?