Can this summation be simplified ($A$ is a constant)?
$$\displaystyle\sum_{i=1}^{A} \displaystyle\sum_{j>i}^{A} f(i)f(j)$$
By simplified I mean either a closed-form expression in terms of $A$ and $f$, or failing that even just removing one of the sums.
If not, what if the $j>i$ is replaced by $j=1$?