I've been stuck on this question for awhile.
Q: Square numbers 1, 4, 9, 16, 25... are the values of the function s(n)=n^2, when n is a positive integer. The triangular numbers t(n)=(n(n+1))/2 are the numbers t(1)=1, t(2)=3, t(3)=6, t(4)=10.
Prove: For all positive integers n, s(n+1) = t(n)...