login
A386859
Sum of the number of steps taken by all n-state Turing machines that halt.
1
32, 13504, 13141792, 23076152576
OFFSET
1,1
COMMENTS
max(A004147(n), A060843(n)) <= a(n) <= A004147(n)*A060843(n).
This sequence is noncomputable, because its computability would allow to solve the undecidable halting problem by letting a given n-state Turing machine run for up to a(n) steps.
Turing machines are n-state, 2-symbol, with movement in {left, right}.
EXAMPLE
a(1) = 32, because there are 32 1-state Turing machines that halt after 1 step each.
a(2) = 13504 = 1*6912 + 2*2304 + 3*384 + 4*128 + 5*16 + 6*40, the total steps from 9784 halting 2-state Turing machines, grouped by runtime.
CROSSREFS
Sequence in context: A069444 A280100 A187240 * A062315 A221254 A159384
KEYWORD
nonn,hard,more
AUTHOR
Carlos Moya Garcia, Aug 05 2025
STATUS
approved