if c(n) is the number of words created by the alphabet {a,b,c} with n length that the word does not contain 'ab' term then write a recursive relation for c(n).
I don't have enough knowledge of the recursive relations but I have tried guessing the relation.