login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A178853
"Josephus problem": n persons stand in a circle and eliminate every seventh person counting clockwise until only person a(n) is remaining.
2
1, 2, 3, 2, 4, 5, 5, 4, 2, 9, 5, 12, 6, 13, 5, 12, 2, 9, 16, 3, 10, 17, 1, 8, 15, 22, 2, 9, 16, 23, 30, 5, 12, 19, 26, 33, 3, 10, 17, 24, 31, 38, 2, 9, 16, 23, 30, 37, 44, 1, 8, 15, 22, 29, 36, 43, 50, 57, 5, 12, 19, 26, 33, 40, 47, 54, 61, 68, 6, 13, 20, 27, 34, 41, 48, 55, 62, 69, 76
OFFSET
1,2
COMMENTS
Several other versions of this sequence are already in the OEIS. - N. J. A. Sloane, Jun 24 2010
LINKS
Leonhard Euler, Observationes circa novum et singulare progressionum genus. In: Novi Comment. Akadem. Petropol. Vol.20 (1775).
Eric Weisstein's World of Mathematics, Josephus Problem.
MATHEMATICA
Needs["Combinatorica`"]
a[n_] := Last@ InversePermutation@ Josephus[n, 7]; Array[a, 79] (* Robert G. Wilson v, Jul 31 2010 *)
CROSSREFS
Sequence in context: A090321 A241255 A174625 * A344646 A120641 A008666
KEYWORD
nonn
AUTHOR
Roland Schroeder (florola(AT)gmx.de), Jun 18 2010
EXTENSIONS
a(29) onwards from Robert G. Wilson v, Jul 31 2010
STATUS
approved