After a bit of tries, I got this:
(%i1) '\ ^"0"*A[5];
0
(%o1) A
5
where 0 is zero, but I can't order them in order to have ^0 before A[..]
Is there a way to reorder the expression?
MR