Counting the number of distinct TMs is not a simple task. The way you count it is the most broad (the count of all tables of values where each cell can have any (symbol, direction, state) combination). But this is a significant overcount of the bits needed to describe an arbitrary TM. for the BB(3, 4) case, there are only about 600B distinct TMs using the Tree Normal Form aka Brady's algorithm (https://nickdrozd.github.io/2022/01/14/bradys-algorithm.html) which comes out to <40 bits.
tromp|1 year ago
[1] https://oeis.org/A114852
jonahx|1 year ago
addaon|1 year ago
If the Halting problem could be solved by intuition, it wouldn't be much of a problem.