A385513 The numbers of people in the "SpellUnder-Down" variant of the Josephus problem such that the last person is freed.
1, 6, 7, 105, 181, 215, 821, 1907, 3176, 23388, 55058
Offset: 1
Examples
Suppose there are 5 people in a circle. We start with skipping three people for O-N-E. After three people are skipped, the person number 4 is eliminated. The leftover people are 5,1,2,3 in order. Then we skip three people for T-W-O. The person number 3 eliminated, and the leftover people are 5,1,2 in order. Then we skip 5 people for T-H-R-E-E, and person number 2 is eliminated, and the leftover people are 5,1 in order. Then we skip four people for F-O-U-R. person number 5 is eliminated. Person 1 is freed. As person 1 is not last, 5 is NOT in this sequence.
Crossrefs
Formula
{k | A380204(k) = k}. - Michael S. Branicky, Jul 24 2025
Extensions
a(10)-a(11) from Michael S. Branicky, Jul 24 2025
Comments