Diophantine Equation
A Diophantine equation is a polynomial equation with integer coefficients for which only integer solutions are sought. Diophantine equations are known to be Turing complete.
Definitions
A Diophantine equation is defined by a multi-variate polynomial P(x,y,z,...). Solutions are values x,y,z,... such that P(x,y,z,...) = 0. The "magnitude" of a solution is max(|x|, |y|, |z|, ...) (the maximum absolute value of all it's variable assignments). The "score" for a Diophantine equation is the minimum magnitude across all solutions. In other words, it is the minimum N such that there exists a solution with -N ≤ x,y,z,... ≤ N.
The "size" or "height" of a Diophantine equation is the sum of |coefficient|*2^degree among all of its terms. For example has size .
BBdio(H) is the maximum score among all solvable polynomial Diophantine equations of height H.
Champions
For 2 ≤ n ≤ 15: BBdio(n) = n-2 via the trivial equation .[1]
| n | BBdio(n) | Champion | Min Solution | Source |
|---|---|---|---|---|
| 2 ≤ n ≤ 20 | ≥ n-2 | (n-2) | ||
| 21 | ≥ 26 | (-5, -26) | ||
| 22 | ≥ 22 | (-8, ±22) | ||
| 23 | ≥ 31 | (5, -31) | ||
| 24 | ≥ 66 | (-4, -66) | ||
| 25 | ≥ 470 | (-63, -470) | ||
| 26 | ≥ 40 | |||
| 27 | ≥ 849 | |||
| 28 | ≥ 74 | |||
| 29 | > 106 | (-4280795, 4360815, 5427173) | Andrew R. Booker via https://arxiv.org/abs/2108.08705 v3 page 23 | |
| ... | ||||
| 48 | > 1010 | (-2901096694, -15550555555, 15584139827) | https://oeis.org/A060467 | |
| 57 | > 1015 | (-2736111468807040, -8778405442862239, 8866128975287528) | https://oeis.org/A060467 | |
| 66 | > 1016 | (12602123297335631, 80435758145817515, −80538738812075974) | https://oeis.org/A060467 |
Cryptids
There are several open problems in the sums of three cubes. Specifically, it is not currently known if there are any integer solutions to the equations for k = 114, 390, 627, 633, 732, 921, or 975. Therefore, is sort of like a BBdio(138) Cryptid in the sense that it requires solving an open math problem. However, this problem is expected to be solvable with perhaps 10x the compute used to solve the k=42, so it is not as futile as most Cryptids. Sheep suggests calling it an energy vampire.