Given the first value, generate the next seven terms of the sequences like 1, 11, 21, 1211,
111221, 312211, 13112221, 1113213211.


I know how to generate a particular term but I am unable to do this