I don't understand how to represent subscripts in Godel's numbering.
Suppose I have a formula:
$$x_1 + sx_{11} = s(x_1 + x_{11})$$
and an encoding:

then what should be the Godel Numbering?
Should I just treat the above formula as:
$$x1 + sx11 = s(x1 + x11)$$
and encode it?
[This is a homework question and the only statement that's supposed to be helpful is cryptic and unfathomable: "Additional variables are obtained with unary subscripts on the variable x. Thus $x_1$ is a variable, $x_{11}$ a second, $x_{111}$ a third and so on."]
"Should I just treat...?" - yes.
A valid formula cannot contain two variables or constants consecutively, so there is no danger of $x11$ being misinterpreted as $x$ plus $1$ plus $1$ or $x$ times $11$ or . . . .