proposed
approved
proposed
approved
editing
proposed
Gordon Hamilton, <a href="https://www.youtube.com/watch?v=mQdNaofLqVc&feature=youtu.be">Wrecker Ball Sequences</a>, Video, 2013
M. F. Hasler, <a href="/A248952/b248952_1.txt">Table of n, a(n) for n = 0..5000</a> (first 1000 terms from Reinhard Zumkeller), Mar 19 2019
editing
approved
It is currently unproved whether all orbits are finite, and therefore unclear whether all a(n) are well defined. In particular, the orbit of n = 11281 is of unknown length > , but is certainly greater than 32*10^9 steps. - M. F. Hasler, Mar 18 2019
proposed
editing
editing
proposed
(Python) def A248952(n): return min(A248939_row(n)); // M. F. Hasler, Mar 18 2019
Starting at n, a(n) is the minimum value reached according to the following rules. On the k-th step (k = smallest term 1, 2, 3, ...) move a distance of k in row n the direction of zero. If the number landed on has been landed on before, move a distance of triangle k away from zero instead. See A228474 and A248939;. - _David Nacin_, Mar 15 2019
a(A000217(n)) = 0; a(A014132(n)) < 0.
Starting at n, a(n) is the minimum point visited according to the following rules. On the k-th step (k = 1, 2, 3, ...) move a distance of k in the direction of zero. If the number landed on has been landed on before, move a distance of k away from zero instead. See A228474. - David Nacin, Mar 15 2019
It is currently unproved whether all orbits are finite, and therefore unclear whether all a(n) are well defined. In particular, the orbit of n = 11281 is of unknown length > 32*10^9 steps. - M. F. Hasler, Mar 18 2019
proposed
editing