Commit f30519e
committed
sq12: extend to minimum requirement for chain length 11
Except for some special cases handled separately, n cannot have 12 divisors
if it is in {8,16,24} (mod 32), so chains of length 10 must match values
[-2, -1, 0, 1, 2] (mod 32). But we're looking for chains of length 11 now,
so we can add [-3, 3] (mod 32) to the list of requirements, and reduce
the number of cases that need checking manually.1 parent 61a86b7 commit f30519e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
| |||
0 commit comments