Can anybode show what production rules are needed for constructing grammar for language
Can it be described by a grammar?
EDIT:
This is similar but kind of "weaker" grammar since you are not doing powers but multiples of 2.
It is context-sensitive grammar, I didn't write down all the rules, but idea is of the form:
You multiply X's with Y and then delete Y on the left side. I thought that maybe with powers you can generate Y's going to right, and then generate final X's going back right but I think that doesn't really work.
Do you have any ideas?