I have a function $f$ defined as follows,
$$f(n) = \sum_{1 \leq i \leq n} i(i-1)$$
but I want to find $n$ and $n'$ for which the following holds,
$$\frac{f(n)}{n(n-1)} = \frac{3f(n'/3)+6f(2n'/3)}{n'(n'-1)}$$
I tried a few random numbers, but I failed to solve this manually. I was wondering if there is a systematic way of solving this or is there a solution to this at all? (For simplicity, feel free to assume that $n$ and $n'$ are both divisible by 2 and 3).