I do not think that factorial is involved here. Consider a similiar problem using numbers: how many three digit integers are there? We could consider this the same as asking the size of the range [0,1000), hence the answer is 1000. In your case it is slightly different, but the count should just be: 26 + 26^2 + 26^3 + ... + 26^9 + 26^10.