OFFSET
1,3
COMMENTS
The grasshopper procedure: n positions are evenly spaced around a circle, a grasshopper hops randomly to any position, after the k-th hop, the grasshopper looks clockwise and counterclockwise k positions. If one of the positions has been visited less often then the other, it hops there; if both positions have been visited an equal number of times, it hops k steps in the clockwise position. (See Mathematics Stack Exchange link for more details.)
Either a(n) = 0 or a(n) >= A003056(n).
Conjecture: a(3^n) = A087503(n-1) + 1 for n > 0. (Checked up to 3^12.) - Peter Kagey, Nov 28 2019
LINKS
Peter Kagey, Table of n, a(n) for n = 1..10000
Mathematics Stack Exchange User Vepir, Grasshopper jumping on circles
CROSSREFS
KEYWORD
nonn,walk
AUTHOR
Peter Kagey, Nov 10 2019
STATUS
approved