What is the next term in this sequence?
Hint: Think about the number of digits of each term.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Each term takes the number of 1 s and the number of 0 s in the previous term and concatenates them.
Since each term only depends on the previous one, the rest of the sequence will just be 2 0 , 0 1 , 1 1 repeated indefinitely.