>>5010 great PMA, am also looking at some mod values, and the f, see examples. Next going to look at how the 2d-1 fills in to take space for the n-1 block.
>Try this group:
>odd e, even d, odd (x+n)
>From the smallest upwards incrementally.
>Notice any patterns with f?
For this group:
The (1,c) and prime records are in the same group (odd e, even d, odd (x+n))
n always EVEN, X alway ODD,
f is identical for (1,c) and prime records
d is identical for (1,c) and prime records
e is identical for (1,c) and prime records
fMOD8 and (f-2)MOD8 are identical for (1,c) and prime records
the (1,c) and prime records are in the same group (odd e, even d, odd (x+n)) with same mod value
fMOD8=2,6
(f-2)MOD8=0,4
>>5008 Very interesting CA. Seems you've found something of interest!