We all know that $ 1^3+2^3+3^3 + \ldots + n^3 = (1+2+3+\ldots + n)^2 $.
Denote $\displaystyle S_m = \sum_{j=1}^n j^m $, then we can set $ S_3 = S_1 ^2 $ for all positive integers $ n $.
Question: Is there any other solution for the equation $ S_a= (S_b)^c $ for distinct positive integers $a, b $ and rational number $c$?
(Yes, this means that I'm searching for an algebraic identity that satisfies all positive integers $n$.
My feeble attempt: By method of differences, we can see that the leading coefficient of the polynomial $S_m $ is $ \frac1{m+1} $, with that, we get $ \frac1{a+1} = \left( \frac1{b+1} \right)^c $ or $(a+1)=(b+1)^c $. And I'm stuck.
I tried with Faulhaber's formula but nothing seem to work.
I'm pretty sure there's no other solution but there's no solid proof, and even if there is, $a$ and $ b$ must share the same parity.
Any help would be greatly appreciated! Thank you.