Lets say I have a group a students. I am to put them into rooms, and each room must contain at least 5 students. The number of rooms can be varied, and I am to find the number of ways to do so. Question: how many ways are there to separate 100 students?
For instance if I have 11 students, there are 2 ways: (5, 6) or (11).
For an extension, is there a generalisation to this problem?