Having square matrices $M_j\in\mathbb{R}^{m\times m}$, with $j\in\{1\,..\,n\}$, what notation should be used to express the following sequence of multiplications?: \begin{align} M_n\to M_{n-1}M_n\to M_{n-2}M_{n-1}M_n \to \ldots \to M_1\ldots M_{n-2}M_{n-1}M_n \end{align}
I've thought of using the productory: $\prod^{1}_{j=n}M_j$, with an additional disclaimer indicating that the operations are left-multiplications. However I feel there may be a better way since I believe the standard use of $\prod$ is for right-multiplications.
The closest questions that I've found are this one and this one. However, left-multiplications are not contemplated.
Any help is much appreciated.