A052200 Number of n-state, 2-symbol, d+ in {LEFT, RIGHT}, 5-tuple (q, s, q+, s+, d+) (halting or not) Turing machines.
1, 64, 20736, 16777216, 25600000000, 63403380965376, 232218265089212416, 1180591620717411303424, 7958661109946400884391936, 68719476736000000000000000000, 739696442014594807059393047166976, 9711967541295580042210555933809967104, 152784834199652075368661148843397208866816
Offset: 0
Examples
a(1) = 64 = (4*1+4)^(2*1) = 8^2.
Links
- J. P. Jones, Recursive undecidability - an exposition, Amer. Math. Monthly, 81 (1974), 724-738.
- Michael Somos, The Busy Beaver Problem
- OEIS Wiki, Busy Beaver numbers
- Index entries for sequences related to Busy Beaver problem
Programs
-
Mathematica
A052200[n_]:=(4(n+1))^(2n); Array[A052200,20,0] (* Paolo Xausa, May 21 2023 *)
Formula
a(n) = (4*(n+1))^(2*n).
Extensions
Entry revised by N. J. A. Sloane, Feb 08 2007
Edited by Daniel Forgues, Mar 25 2010
Comments