I am dealing with finite collections of real numbers, which I will write in square brackets below.
In these collections, repetitions are significant, so, for example $[1,1,5,7]$ is not the same as $[1,5,7]$. This means that these collections are not sets.
Also, order is not significant, so $[3,5,9]$ is equal to $[5,3,9]$. This means that these collections can not be regarded as sequences, either.
So, if they are not sets, and they are not sequences, what are they?? Is there some existing mathematical construct that has the properties I described. I have seen them called "bags" in one paper, but I suspect the author just made up this name arbitrarily because (like me) he couldn't find an existing mathematical object with the desired properties.