Find a regular expression for this language:
L = {λ, ab, abac, abacab,abacabac, abacabacab,...}
Ok so I have been working of this problem for sometime now. So far I know that 'ab' repeats its self (ab). But I am stumped on 'ac'.... it cant be (ab)(ac)*... Any pointers would be appreciated.
I've looked at my book and there is not example that can show me how to solve this.