Web link

2026-03-19 Q1(v=0)

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

⟨ ⁵ᵗʰ▨ ⁴ᵗʰ▨ ³ʳᵈ▨ ²ⁿᵈ▨ ¹ˢᵗ▨ ⁰ᵗʰ▨ ⟩

✅Match
Jump(1,5) = 1
Jump(3,5) = 1
{p3, p1, p0} = ? + {0,2,3}

⛔Avoid
Jump(2,4) ≤ 1

#125034_v2.12

2026-03-19 WR

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

⟨ ⁵ᵗʰ▨ ⁴ᵗʰ▨ ³ʳᵈ▨ ²ⁿᵈ▨ ¹ˢᵗ▨ ⁰ᵗʰ▨ ⟩

✅Match
min ⊢5⊣ = 2
1st → 0|2|4
5th → a, 1st → b, a+b=5
⟨       ²ⁿᵈa   ⁰ᵗʰb ⟩, a > b

⛔Avoid
5th → 1|5
⟨ ⁵ᵗʰa     ²ⁿᵈb     ⟩, min⟦a,b⟧ = 1

#125034_v2.12

2026-03-17 WR

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

⟨ ⁵ᵗʰ▨ ⁴ᵗʰ▨ ³ʳᵈ▨ ²ⁿᵈ▨ ¹ˢᵗ▨ ⁰ᵗʰ▨ ⟩

✅Match
⟨       ²ⁿᵈa   ⁰ᵗʰb ⟩, max⟦a,b⟧ = 4
⟨⋯ 2 ⋯ 5 ⋯⟩

⛔Avoid
{p5, p2, p1} = ? + {0,2,3}
⟨⋯ a ⋯ 3 ⋯⟩, a = 0|2|4
4th → a, 2nd → b, ab=0+4n

#125034_v2.12

2026-03-17 Q1(m=6,v=1)

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

⟨ ⁶ᵗʰ▨ ⁵ᵗʰ▨ ⁴ᵗʰ▨ ³ʳᵈ▨ ²ⁿᵈ▨ ¹ˢᵗ▨ ⁰ᵗʰ▨ ⟩

✅Match
⟨     ⁴ᵗʰa       ⁰ᵗʰb ⟩, max⟦a,b⟧ = 6
6th → a, 4th → b, a+b=8
5th → a, 3rd → b, ab=20
5th → a, 0th → b, ab=15

⛔Avoid
6th → a, 2nd → b, a+b=2

#125034_v2.12