Problem 750
Posted: Sun Mar 07, 2021 12:05 am
Just wondering: "Note: G(N) is not defined for all values of N."
How can that be?
G(N) is the minimal drag distance.
Now *if* the numbers in the initial arrangement, when sorted, form a sequence without gaps and double values, it clearly is possible to drag them around to finally form one stack (just drag the [1] on the [2], then the [1+2] on the [3] and so on).
So there exists a candidate and upper bound for G(N) , and therefore also G(N).
The only thing I can think of, is that this suspect sequence: $ 3^n\bmod(N+1), 1\le n\le N $
may produce double values or gaps?
How can that be?
G(N) is the minimal drag distance.
Now *if* the numbers in the initial arrangement, when sorted, form a sequence without gaps and double values, it clearly is possible to drag them around to finally form one stack (just drag the [1] on the [2], then the [1+2] on the [3] and so on).
So there exists a candidate and upper bound for G(N) , and therefore also G(N).
The only thing I can think of, is that this suspect sequence: $ 3^n\bmod(N+1), 1\le n\le N $
may produce double values or gaps?