Consider a standard Brownian motion $\{B(t); t\ge 0\}$ (zero mean and $\sigma^{2} = 1 $) at times
$0 < u < u+v < u+v+w < u+v+w+x $, where $u, v, w, x > 0$
Evaluate the product moment:
$$E[B(u)B(u+v)B(u+v+w)B(u+v+w+x)] $$
I tried using the same trick employed when solving $E[B(t)B(s)] = \sigma^{2} min\{s,t\}$.
Namely for $0<s \le t$,
$$E[B(t)B(s)] = E[B(s)\{B(t)-B(s)+B(s)]=E[B(s)^{2}]+E[B(s)]E[B(t))-B(s)]=\sigma^{2}s$$
Using the same method on the above product moment and starting with the 4th term I got
$$E[B(u)B(u+v)B(u+v+w)B(u+v+w+x)]\\ = \\ E[B(u)B(u+v)B(u+v+w)\{B(u+v+w+x)-B(u+v+w)+B(u+v+w)\}]$$ $$\\ = \\ E[B(u)B(u+v)B(u+v+w)^{2}] + E[B(u)B(u+v)B(u+v+w)\{B(u+v+w+x)-B(u+v+w)\}]$$
I then used the same trick with the other elements eventually I managed to end up with
$$E[B(u)^{2}B(u+v+w)^{2}] + E[B(u)\{B(u+v)-B(u)\}B(u+v+w)^{2}] \\+E[B(u)B(u+v)^{2}\{B(u+v+w+x)-B(u+v+w)\}] \\+ E[B(u)^{2}\{B(u+v+w) -B(u+v)\}\{ B(u+v+w+x)-B(u+v+w)\}] \\+ E[B(u)\{B(u+v)-B(u)\}\{B(u+v+w) -B(u+v)\}\{ B(u+v+w+x)-B(u+v+w)\}]$$
But I've gotten lost and not sure if I am going the right way, And I don't know how I would evaluate elements such as $E[B(u)^2B(u+v+w)^{2}]$ or $E[B(u)B(u+v)^{2}\{B(u+v+w+x)-B(u+v+w)\}]$. I Believe the very last term is equal to zero by the definition of Brownian motion?
Any help would be appreciated.