Usually when an infinite sequence is described in simple words, someone writes something like this: $(1,2,3,...)$.
So it's clear to everyone that the first element is $1$, the second is $2$, the third is $3$, and it continues from there infinitely. However, I have come to understand that when talking about sets, that two infinite sets can be of different sizes. So when you say something is infinite, like a sequence, then you leave it to interpretation as to what that means.
Someone mentioned a definition from a book that I think defines it nicely for what is usually meant with a classical sequence: definition of infinite or finite sequence
But I was still wondering if you could have things that can be considered to be "infinite sequences" that do not match that definition and would there be any use to it? For example, I could write a sequence that orders all the natural numbers alphabetically by their English names: $(8,...,0)$.
In this case instead of having an infinite tail, the sequence has an infinite body. It should also be clear that you can state for each pair of numbers which one precedes the other. On the other hand this sequence may have elements that do not have a next or previous element. For example in this alphabetically ordered sequence X does not have a next or previous element: (W,WW,WWW,WWWW,...,X,...,YYYYZ,YYYZ,YYZ,YZ,Z)
I also recall learning somewhere (I think Numberphile, but can't find the video) that there exists a set of numbers that extends the Natural numbers by including "infinity" denoted with this symbol $\omega$. So you can turn that into a sequence that looks something like this: $(0,1,2,3,...,\omega - 2,\omega - 1,\omega,\omega + 1,\omega + 2,...)$. Except for $0$ every element in this sequence has both a next and previous element. However, we have an infinite amount of elements between $0$ and $\omega$, which makes it different from a classical infinite sequence.
So what exactly makes an infinite sequence an infinite sequence? Are the examples I gave even infinite sequences?