Triangular Number Equation: a*T(b) + b^2*T(a-1) = b*T(a) + a^2*T(b-1)

  • Thread starter Thread starter ramsey2879
  • Start date Start date
  • Tags Tags
    Numbers
ramsey2879
Messages
841
Reaction score
3
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
 
Physics news on Phys.org
I think this holds for any (a, b).
 
Correct, both sides are always equal to T(a*b).
 
Back
Top