As has been pointed out in some of the answers, the ellipsis is an implicit induction. It means, and so on, the one following from the other. And that is pretty much what induction means. You show that P(0) is true, and that P(n) implies P(n+1). It is a licence to make a quick and simple argument to get to any n, and so we assert that it means that the result is true for all n.
To expand on this, consider the assertion in another another answer that the sum of 1st powers $\sum_{i=0}^n i$ must be a polynomial of the 2nd order. And the (apparent) implicit principle that $\sum_{i=0}^n i^m$ must be a polynomial in $n$ of order $m+1$. From where comes this idea?
I think that it is reasonable to say that the idea comes from the approach attributed to Gauss, that (1+2+...+n) + (n + ... + 2 + 1) = (n+1) + (n+1) + ... + (n+1). This leads to the answer n(n+1)/2. Which is a polynomial of 2nd order, for a 1st order sum.
Note: the ellipsis there is an assertion that there is a regular pattern that will continue for the length of the sum. This is the inductive assumption. The fact that this can typically be seen intuitively by most people does not stop it from being induction.
There is also an earlier version of proof by induction that is a bit more careful, but swaps proof by exhaustion for proof by contraction. That is, if P(n) is false then P(n-1) is also false (that bit has to be proved), and so eventually P(0) must be false, but it is not (that bit has to be proved) and so p(n) must actually be true. This version involves no and-so-on to infinity. (And beyond)?
And now for the 2nd and stranger part.
The assertion is that $\sum_{i=0}^n i^m$ is a polynomial in $n$ of order $m+1$. We can test this by trying $\sum_{i=0}^n i = ai^2+bi+c$. If this is true, then it must be true in particular for $n=0,1,2$. This gives 3 linear equations in the 3 unknowns a,b,c and we work out their values and get $n(n+1)/2 $.
But, to prove that this formula works in general we are pretty much back to showing that P(n) implies P(n+1). This can be done, and the process can be used to prove the general assertion for m=1,2,3, or any small finite.
The heuristic - to find a viable formula for $\sum_{i=0}^n i^m$ that can be proved by induction, use a general polynomial of order $m+1$ - is very good advise, and to use it you do not need to have a proof of it.
But, to show it works now we need to prove that this is true of all m.
One approach would be to prove that if the $\sum_{i=0}^n i^m$ is an $m+1$ order polynomial then $\sum_{i=0}^n i^{m+1}$ is an $m+2$ order polynomial.
The formula is known as Faulhaber's formula, although Bernoulli was also involved. Some proofs assert to prove the result from complex number manipulation, however they use the exponential generating function, which is a sum, and to prove the properties of these sums, you need, ultimately induction.
So, is this really induction? If you use in a prove a theorem that might have to be proved by induction, but avoids explicit use of induction, then is this or is this not a proof that uses induction?
This comes to the part of the question that is subjective.
Do you need to explicitly use induction to prove the sum of squares, for example. No. You can use Faulhaber's formula, and be done with it. But, then Faulhaber's formula is an assumption that is much much more general that the thing being proved. I could prove that
1+2+...+n=n(n+1)/2 from the assumption that the sum of an arithmetic series is the average of the first and last times the number of items. This is not induction, but it is also using something more general to prove a specific.
The point is that there is no method to prove the result from first principles without using induction. And so, the answer to the question is subjective.
Is this all? No.
Because the method of induction can be proved from the well-ordering principle. Meaning that any non empty set of positive integers has a lowest element. And so, I would not strictly be using induction. However, the basic work required to do this is identical to the proof by induction - it is just a way of rephrasing it.