.. | ||
.gitignore | ||
main.py | ||
README.md |
See-it Generator
The See it sequence is exactly as the name implies, what you see is the next entry in the sequence. For example,
1
11
21
1211
111221
312211
13112221
1113213211
I learned about this sequence from Genius at Play.
This code just generates this sequence.