Hey A_Tin_Can,
Basically there is a sequence of numbers/values (anything in ASCII) based on some rules such as the squares of prime numbers or if odd, do this and if even, do this and your job is to figure out what the rule is (or rules are).
So in the previous puzzle, Riot gave us 0, 1, 2, 6, 222, and 2428912878, which I figured out was the last number in the sequence raised to an ascending integer exponent plus that last number (i.e., 6=2^2+2, 222=6^3+6, 2428912878=222^4+222). This is an infinite sequence as we can always make more numbers.
So, the challenge is to figure out what would be the last three values in my finite puzzle, which as a hint involves a two step process:
1C, 3, 1, 13, 16, 14, 22, 13, 4
You can of course choose to write those values as anything you wish, but it may or may not help you. :)
In other words, I am not answering your question.