A327613 Number of transfers of marbles between three sets until the first repetition.
3, 4, 8, 6, 6, 6, 8, 9, 9, 8, 11, 9, 9, 8, 11, 13, 12, 9, 11, 13, 12, 9, 11, 13, 12, 11, 14, 13, 12, 11, 14, 13, 12, 11, 14, 13, 12, 11, 14, 16, 12, 11, 14, 16, 12, 11, 14, 13, 12, 14, 14, 13, 12, 14, 14, 16, 12, 14, 14, 16, 12, 14, 14, 16, 14, 14, 14, 16, 14, 14
Offset: 1
Keywords
Examples
For n = 2, (SetA ; SetB ; SetC): (2 ; 2 ; 2), ceiling(2/2)=1 marble get transferred from SetA to SetB, (1 ; 3 ; 2), ceiling(3/2)=2 marbles get transferred from SetB to SetC, (1 ; 1 ; 4), ceiling(4/2)=2 marbles get transferred from SetC to SetA, (3 ; 1 ; 2), ceiling(3/2)=2 marbles get transferred from SetA to SetB, (1 ; 3 ; 2), this is a repetition, it took 4 steps to get there, so a(2) = 4. For n = 4, (SetA ; SetB ; SetC): (4 ; 4 ; 4), (2 ; 6 ; 4), (2 ; 3 ; 7), (6 ; 3 ; 3), (3 ; 6 ; 3), (3 ; 3 ; 6), (6 ; 3 ; 3) which is a repetition, so a(4) = 6.
Comments