We consider a continuous stochastic stochastic process $X_t$ with the following dynamic on $[0,T]$ :
$$ dX_{t}^{x} = rX_{t}^{x}dt + \sigma X_{t}^{x}dB_t $$
Where $X_{0}^{x}=x$ is the initial condition, $r>0$, $B_t$ is a standard Brownian motion and $\sigma>0$.
A solution is given by
\begin{align*} X_t^x =& x \exp\left( t\left( r - \frac{1}{2}\sigma^2(s) \right) + \sigma B_t\right) =xX_{t}^{1}. \end{align*}
(See the post Solution to General Linear SDE)
I am interesting on the computation of the following
$$ \int_{0}^{T} D_s I_{n}ds $$
Where $D_s$ is the Malliavin derivative and
$$ I_{n} = \int_{0}^{T} t^n X_{t}^{x} dt $$
I have no clue on how to start this problem. I thought about a classical integration by part for Riemann integral but I do not see how to take an anti derivative or a derivative at the usual sense of such a thing.
If you have some hints to provide, I would appreciate. Thank you