This is very nice exercise in finite differences and it should not require much help from a tutor like me if you just follow along the logic of the questions.
Note, however, that this is NOT the usual definition of triangular numbers.
The critical answer is part g, for which you should get T(n)=n(n+1)/2...and historically you should read the story about C. F.Gauss, one of the greatest of all time mathematicians.
To get part g:
write S=1+2+3...+n
then write the sum backwards, S=n+(n-1)+....+1
Then add the 2 expression for 2.
If you are really stuck, make a comment which I will receive and I will try to be of further help.
S=1+2+3+..... +(n-1)+n
S=n+(n-1) +...+1
2S= (n+1)+(n+1).....+(n+1) and there are n terms
Therefore, S=T(n)=(1/2)n(n+1)
OK, let's agree that T(n)=n(n+1)/2...at least I hope you got that; if lot comment again.
T(n+1)+T(n)=(1/2)[n2+n+n2+3n+1]=n2+2n+1...so the some of any 2 successive sums is a perfect square
The difference between T(n) and T(n-1) = n....just do the subtraction.
Jessica M.
I have done a through d. I’m getting stuck on e first10/13/19