Skip to content

D(12,12)

Hugo van der Sanden edited this page Dec 7, 2022 · 47 revisions

D(12,12)

This is an element of the OEIS sequence A292580. $D(12,12) = \min(x: \tau(x + i) = 12: 0 \le i < 12)$, where $\tau(x)$ is the number of divisors of $x$.

This page describes progress on a distributed effort to find and prove that minimal value; the current best known upper bound is 120402988681658048433948, which gives the following sequence of factorizations:

  • $120402988681658048433948 = 2^2 \cdot 3 \cdot 10033582390138170702829$
  • $120402988681658048433949 = 7^2 \cdot 17 \cdot 144541402979181330653$
  • $120402988681658048433950 = 2 \cdot 5^2 \cdot 2408059773633160968679$
  • $120402988681658048433951 = 3 \cdot 13^2 \cdot 237481240003270312493$
  • $120402988681658048433952 = 2^5 \cdot 3762593396301814013561$
  • $120402988681658048433953 = 59^2 \cdot 239 \cdot 144722262373095367$
  • $120402988681658048433954 = 2 \cdot 3^2 \cdot 6689054926758780468553$
  • $120402988681658048433955 = 5 \cdot 41^2 \cdot 14325162246479244311$
  • $120402988681658048433956 = 2^2 \cdot 7 \cdot 4300106738630644586927$
  • $120402988681658048433957 = 3 \cdot 113^2 \cdot 3143106708477772951$
  • $120402988681658048433958 = 2 \cdot 11^2 \cdot 497533011081231605099$
  • $120402988681658048433959 = 23^2 \cdot 1070301707 \cdot 212654891653$

The code

The primary code is built from the C code in this repository, using the Makefile target 'dpcoul'. See the README for information on how to build and run it.

The list of patterns

The work is split into 1486 patterns (or "batches"), each representing a different pattern of powers of the primes (2, 3, 5, 7, 11) within the chain of 12 numbers. The full list of patterns can be found by running:

  pcoul -x:120402988681658048433948 -f11 -a 12 12

(If you are on a Unix-like system, you will probably want to run it as ./pcoul, and on Windows probably as pcoul or pcoul.exe.)

Each pattern is listed with its batch number in an output line starting "203", like:

203 b1485: . 2.11^2 3 2^2.7 5 2.3 . 2^3 3^5 2.5^2 7^5 2^2.3 [sq=2]

If the pattern fixes one or more squares, it will show "[sq=n]", as in the example above. Patterns that fix one square take a few seconds to run, those that fix more than one square complete in a fraction of a second.

There are a total of 1486 patterns. 982 of the patterns fix one or more squares, the remaining 504 patterns do not fix a square, and may take from a few minutes to a few days to run.

Running batches

Each batch must be run with a separate logfile. The values of -x and -f are required. The best arguments to use are still to be determined; for now a reasonable starting point may be something like -p5e8 -W1e7 -g12.For example:

  pcoul -x:120402988681658048433948 -f11 -p5e8 -W1e7 -g12 -rb100.log -b100 12 12

The work that needs to be done

Current assignments and completed work are below. If you complete any of these patterns, please email the log file(s) to me at [email protected], so I can check them and mark them as done.

I (Hugo) will do the patterns fixing a square myself - they are all trivial, handling a log file from someone else is more work than for me to repeat the work.

Here is a CSV file of the patterns: D12-12.csv. It shows the batch ID, the LCM of the allocated values, the number of unallocated values that must be prime, the number of unallocated values that must be square, and the pattern itself. These values are expected to determine how long each batch will take to complete.

The list below shows work in the form "(LCM, primes): batchid, batchid, batchid, ...", and recommended parameters (where known).

Unassigned:

  • (8116970400, 7): 2, 7, 1176, 1181
    • -p5e8 -W5e4 -g2
  • (8116970400, 6): 71, 128, 133, 352, 357, 420, 476, 481, 820, 825, 838, 929, 934, 1237, 1242, 1255
    • -p5e8 -W6e5 -g5
  • (8116970400, 5): 95, 443, 868, 1285
    • -p5e8 -W6e5 -g5
  • (1331114400, 7): 35, 39, 1168, 1172
    • -p5e8 -W8e5 -g3
  • (1331114400, 6): 63, 91, 120, 124, 383, 387, 412, 439, 468, 472, 812, 816, 854, 889, 922, 926, 1229, 1233, 1271, 1306
    • -p5e8 -W9e4 -g6
  • (1331114400, 5): 88, 436, 859, 1276
    • -p5e8 -W1e5 -g6
  • (42688800, 7): 10, 21, 22, 26, 31, 41, 42, 43, 1152, 1153, 1154, 1155, 1160, 1164, 1184, 1194
  • (42688800, 5): 53, 80, 82, 84, 85, 108, 113, 361, 364, 368, 372, 377, 392, 396, 402, 428, 430, 432, 433, 456, 461, 800, 805, 842, 843, 845, 847, 879, 901, 904, 911, 916, 937, 940, 943, 1217, 1222, 1259, 1260, 1262, 1264, 1296
  • (6098400, 7): 0, 4, 5, 9, 1174, 1178, 1179, 1183
  • (6098400, 6): 1, 6, 68, 69, 73, 74, 75, 130, 131, 135, 136, 350, 354, 355, 417, 418, 422, 423, 424, 478, 479, 483, 484, 817, 818, 822, 823, 834, 835, 836, 840, 841, 931, 932, 936, 1175, 1180, 1234, 1235, 1239, 1240, 1251, 1252, 1253, 1257, 1258
  • (6098400, 4): 94, 442, 867, 1284
  • (3880800, 7): 27, 1159
  • (3880800, 6): 13, 16, 20, 25, 30, 46, 50, 51, 112, 359, 376, 388, 400, 460, 803, 883, 910, 914, 947, 1148, 1151, 1158, 1163, 1187, 1190, 1193, 1220, 1300
  • (3880800, 5): 55, 81, 83, 110, 115, 363, 366, 370, 374, 379, 394, 398, 404, 429, 431, 458, 463, 802, 807, 844, 846, 881, 903, 906, 913, 918, 939, 942, 945, 1219, 1224, 1261, 1263, 1298
  • (3880800, 4): 79, 427, 850, 1267
  • (554400, 6): 3, 8, 1177, 1182
  • (554400, 5): 72, 100, 129, 134, 353, 358, 421, 448, 477, 482, 821, 826, 839, 863, 930, 935, 1238, 1243, 1256, 1280

Assigned:

  • CorporalTermit (6098400, 5): 70, 97, 98, 99, 101, 102, 127, 132, 351, 356, 419, 445, 446, 447, 449, 450, 475, 480, 819, 824, 837, 861, 862, 864, 865, 866, 928, 933, 1236, 1241, 1254, 1278, 1279, 1281, 1282, 1283
  • Eugene (554400, 4): 96, 444, 869, 1286

Complete:

  • Natalia LCM=19488845930400: all 24
  • Natalia LCM=56818792800: all 44
  • Natalia LCM=14642258400: all 78
  • CorporalTermit LCM=42688800, p=6: all 54
  • Eugene LCM=42688800, p=4: all 4

Timings

Times for a single batch vary widely. They will be faster if a) there are more values in the pattern fixed to be a square; b) there are more values fixed to be a prime; c) there are more values that become fixed to be a prime after a square is assigned; d) the least common multiple (LCM) of the prime powers in the pattern is higher; and e) the computer is faster.

Time for worst cases is as yet unknown, but likely to be one to two weeks.

Clone this wiki locally