 Quote by Norwegian
Now, you have posted four times in this thread, and you have yet to inform us what those entries are. In particular, what is the entry in row i, colomn j?
|
It's i*j
Here's a small matrix example of what he's talking about
[tex] \left( \begin{array}{ccc}
1*1 & 1*2 & 1*3 \\
2*1 & 2*2 & 2*3 \\
3*1 & 3*2 & 3*3 \end{array} \right) [/tex]
The question can be rephrased as: [tex] u(n) = | \{ a*b \|\ a\leq n,\ b\leq n \}| [/tex]
calculate u(n).