There is a question about the following language is finite or not in my class
{w : w is a regular expression for {ambn:m+n≤k}} where k is a specific natural number.
I think it is finite, because there can be at most (K+1)*k/2
words in the language, but the reference answer is w is infinite
can anybody explain it
ps: is there only one regular expression for a particular regular language?