I have seen documentation on the $4K+1$ pattern, but as of yet I have seen nothing on the $64K+35$ pattern or the $262144K+184471$ pattern. Is there anywhere I can read up on these?
I created the general pattern too:
$$2^{2×3^{a-1}}K + (1-\frac{2^a}{3^a}) × (2^{2×3^{a-1}}-1)$$
The 4K+1 pattern adds 2 more division steps after the first ×3+1
The 64K+35 pattern adds 6 more division steps after the second ×3+1
The 262144K+184471 pattern adds 18 more division steps after the third ×3+1
and so on..