Many students reported that the actual Josephus problem is more complicated than the one that we have been working on this week. There are two complications that we have ignored so far:
For example, if there are 3 people in the circle, then person number 3 kills himself, and the last two people standing are numbers 1 and 2. If there are 4 people in the circle, then first person number 3 kills himself, then person number 2. The last two people left standing are numbered 1 and 4.
Number of people | Last two people left |
---|---|
3 | 1, 2 |
4 | 1, 4 |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
41 |
fmwww.bc.edu/MT/gross/NumEx15.html
rhg