I am working on a problem that states:
Find a closed form expression for the following double summation in terms of n:
$\sum_{j=1}^n\sum_{k=j}^n\frac{1}{k}$
My professor said I should be solving this with a table, but I cannot find any examples of this aside from this table in the notes:
https://i.stack.imgur.com/r8PnI.png
So my question is how should I go about creating a table that helps me find the closed form of the double summation?