As mentioned in the comment by Spencer, essentially the intuition comes from entropy and what you might call the micro-state/macro-state distinction. You actually have the answer in your question. I've highlighted it
- Say the result is a sequence like 0110101011101...
- The result is 000000000000...
A sequence like 0110101011101 is way, way more likely than 000000000000. There's loads of sequences like that. 1011011101001 is one of them, 0101101010110 is another, and so on. My guess is that for well over 90% of sequences that long we'd both easily classify it as like your first sequence.
Now it could be that you chose your first sequence very carefully. It could be the precise launch sequence of a missile, for all I know, and you're sitting in a bunker bored out your mind at the moment. Now, if that is the case, you would say it's very, very unlikely to happen by a coin toss, right? What are the chances of that.
Similarly, for all you know, I'm the one sitting in the bunker and I've just spotted that you've written my launch code and I'm on the phone to the secret police to say someone's written our launch code on the internet. I mean, they say it's about tossing a coin but what are the chances of them choosing that randomly?
(Or it could be the digits of Pi, or "You Suck" in ASCII, or the name of an obscure Merzbow album, or ...).
So, the first thing you need to do when you're thinking about things is to group all of the precise sequences (the micro-state) into broad categories that you care about, know about, can know about, etc (the macro-states). Then you can assign a probability to each macro state.
The other answer suggest counting ones and zeros, that's a good start. But sequences like 0101010101010101010101 would be pretty freaky, too.
Underneath all this the space of detectable patterns to humans is much smaller than the configuration space of coin tosses and that in almost all cases the vast majority of configurations map to a pattern we call "random". So the probability of each pattern is very different. Exactly which depends a lot on the person but, you're right 0000000 probably goes to a pattern other than "random" with a small number of other configurations (and so a low probability) and 0110101011101 firmly into random (and so very likely).
As an aside, another way of looking at the pattern issue is to think of the sequences in terms of an approximation to their "Kolmogorov complexity". Think of how long computer code or a description of how to generate the sequence would be (in characters). The code or description for 00000000.. is going to be pretty short. Some (most!) are going to be so "random" that the only real way to describe them is just to write it down and say "print that". In that way you can put a precise figure on how "patterny" a sequence is. Because some sequences have incredibly short descriptions, by the pigeon-hole principle, most are going to end up in this "I give up" set. This isn't actually much more formally powerful than the former above, though, because it depends heavily on the definition of your instruciton set and the oracle of data it has available: it would easily capture any "mathsy" patterns we might spot (including most simple patterns) but probably not that your sequence is the opening lines to the declaration of independence in morse code or last week's lottery numbers. But it's a more precise definition for compuatation-oriented patterns.