The Triangular Number is calculated by summing up the numbers of the function y=x
at an integer interval. So its
tri(0)=0
tri(1)=1
tri(2)=3
tri(3)=6
https://en.wikipedia.org/wiki/Triangular_number
So whats it called if instead of the function y=x
we have another function, (ie y=x^2, y=log(x), y=ax^2+bx+c
)?
tri(0)
by your and the usual definition should have been zero, not one. Recall the basic properties of the empty sum and summations in general. – JMoravitz Jan 04 '21 at 15:10sequences-and-series
shows how complicated these can get. – Blue Jan 04 '21 at 15:24