PDA

View Full Version : Re triangular numbers


ramsey2879
Dec29-09, 06:40 PM
Find all a,b such that a*T(b) + b^2*T(a-1) = b*T(a) + a^2*T(b-1)

example solution a = 3, b = 7

CRGreathouse
Dec29-09, 10:26 PM
I think this holds for any (a, b).

hamster143
Dec30-09, 01:05 PM
Correct, both sides are always equal to T(a*b).