Web link

2025-09-04 Q1(m=6)

Rearrange the digits in ⟨1263045⟩ to meet the rules below.

⟨6th 5th 4th 3rd 2nd 1st 0th⟩

✅Match
max {p6, p5, p3} = 4
6th → a, 2nd → b, a+b=5
3rd → a, 0th → b, a+b=10
Jump(0,1) = 3
Jump(0,5) ≥ 2

⛔Avoid
⟨⋯ a ⋯ 3 ⋯⟩, a = 2|4|5|6

#125034_v2.10

2025-09-04 WR

Rearrange the digits in ⟨125034⟩ to meet the rules below.

⟨5th 4th 3rd 2nd 1st 0th⟩

✅Match
⟨   ⁴ᵗʰa   ²ⁿᵈb     ⟩, max⟦a,b⟧ = 5
1st → 0|4|5

⛔Avoid
Jump(0,3) = 0
⟨     ³ʳᵈa     ⁰ᵗʰb ⟩, (ab)₁₀ ≥ 25
Jump(1,3) ≤ 3
⟨⋯ 2 ⋯ 4 ⋯⟩

#125034_v2.10

2025-09-02 WR

Rearrange the digits in ⟨125034⟩ to meet the rules below.

⟨5th 4th 3rd 2nd 1st 0th⟩

✅Match
4th → a, 1st → b, |a-b|=1
4th|1st → 0
⟨     ³ʳᵈa ²ⁿᵈb     ⟩, (ab)₁₀ ≥ 43

⛔Avoid
2nd → a, 1st → b, ab=0
5th → a, 0th → b, |a-b|=1
⟨⋯ 4 ⋯ ? 1 ⋯ (?+2)⟩ (?≠1)
⟨⋯ ? ⋯ 5 ⋯ (?+2)⟩ (?≠3)

#125034_v2.10

2025-09-02 Q1(m=6)

Rearrange the digits in ⟨1263045⟩ to meet the rules below.

⟨6th 5th 4th 3rd 2nd 1st 0th⟩

✅Match
⟨⋯ 4 ⋯ 1 ⋯ 2 ⋯⟩
{p6, p5, p2, p1} = ? + {0,1,2,3}
4th → a, 2nd → b, |a-b|=6

⛔Avoid
Jump(0,5) ≤ 1
⟨ ⁶ᵗʰa ⁵ᵗʰb ⁴ᵗʰd       ⁰ᵗʰc ⟩, a > b > c > d

#125034_v2.10