Flavius Josephus's sieve: Start with the natural numbers; at the k-th sieving step, remove every (k+1)-st term of the sequence remaining after the (k-1)-st sieving step; iterate.
A000960
Flavius Josephus's sieve: Start with the natural numbers; at the k-th sieving step, remove every (k+1)-st term of the sequence remaining after the (k-1)-st sieving step; iterate.
Terms
- a(0) =1a(1) =3a(2) =7a(3) =13a(4) =19a(5) =27a(6) =39a(7) =49a(8) =63a(9) =79a(10) =91a(11) =109a(12) =133a(13) =147a(14) =181a(15) =207a(16) =223a(17) =253a(18) =289a(19) =307a(20) =349a(21) =387a(22) =399a(23) =459a(24) =481a(25) =529a(26) =567a(27) =613a(28) =649a(29) =709
External references
- oeis: A000960