Find the generating function to determine the number of ways to choose k objects from n objects when the ith object appears at least n + i times for 1 ≤ i ≤ n.
the generating function for picking k objects from n objects is $(1+x)^{n}$,but I'm not sure how to go from this to taking into account "the ith object appears at least n + i times"
I am a beginner to this so if you could explain your steps to help me understand why it is things happen, I'd appreciate it