I am sure this is trivial to most, but wanted to confirm that this is how you write the sum for this sequence:
$$a_{11}b_{11}+a_{12}b_{21}+a_{13}b_{31}+a_{14}b_{41}+\cdots+a_{1j}b_{i1}=\sum_{n=1}^j\sum_{m=1}^ia_{1n}b_{m1}$$
I am sure this is trivial to most, but wanted to confirm that this is how you write the sum for this sequence:
$$a_{11}b_{11}+a_{12}b_{21}+a_{13}b_{31}+a_{14}b_{41}+\cdots+a_{1j}b_{i1}=\sum_{n=1}^j\sum_{m=1}^ia_{1n}b_{m1}$$
This looks OK to me. I have two suggestions.
First, use $m$ and $n$ for the limits and $i$ and $j$ for the running indices. That's standard usage and will help your readers.
Second, write out each side independently for some small values of $m$ and $n$ and check that you get the same $mn$ terms in each case.
If what you mean is $\sum a_{1n}b_{m1}$ for $1 \le n \le i$ and $1 \le m \le j$, then you are correct.
I think that you would have to show more terms in the sum before I would be confident of this result.
Also, this look like a partial matrix pruduct.