cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A198791 Least count k that deletes the alternate (odd) numbers in the Josephus problem for a circle of numbers 1, 2, 3, ... 2*n, leaving the even numbers undeleted.

This page as a plain text file.
%I A198791 #12 Jun 23 2020 19:26:59
%S A198791 1,5,19,27,87,989,3119,5399,8189,99663,57455,222397,2603047,8476649,
%T A198791 117917347,290190179,360064247,1344262919,3181391639,39179386959,
%U A198791 204692414215,165424388219,2254874520599,2922139183443,594630799853
%N A198791 Least count k that deletes the alternate (odd) numbers in the Josephus problem for a circle of numbers 1, 2, 3, ... 2*n, leaving the even numbers undeleted.
%C A198791 Arrange 1, 2, 3, ... 2*n clockwise in a circle. Starting the count at 1, delete every k-th integer clockwise until exactly half of the numbers have been deleted. a(n) is the least positive integer k for which the deleted numbers are the odd numbers.
%C A198791 Deleting the alternate (even) numbers from a circle of 2*n numbers leaving the odd numbers is trivially achieved with k = 2 for all n >= 1.
%H A198791 P. Schumer, <a href="http://www.jstor.org/stable/3219179">The Josephus Problem: Once More Around</a>, Mathematics Magazine, Vol. 75:1 (2002), 12-17.
%H A198791 <a href="/index/J#Josephus">Index entries for sequences related to the Josephus Problem</a>
%Y A198791 Cf. A198788, A198789.
%K A198791 nonn,more
%O A198791 1,2
%A A198791 _William Rex Marshall_, Nov 21 2011