What is the total number of permutations of n different objects taken at least one but more than r at a time, where each object may be repeated any number of times?
a) n^(r+1)
b) n! - r!
c) nʳ - n
d) nʳ - r