Find grammar for the language on $\sum$={a}
L={w | |w| mod 3>0}
is this correct?
S->aA
A->aB | $\varepsilon$
B->aS | $\varepsilon$