Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
3rd|1st → 0
4th → a, 1st → b, a+b=2+5n
⟨ ⁶ᵗʰa ⁵ᵗʰb ⟩, a > b
max {p3, p1, p0} = 5
⛔Avoid
⟨ ⁴ᵗʰa ²ⁿᵈb ⁰ᵗʰc ⟩, (abc)₁₀ ≤ 513
6th|5th|3rd|1st → 2
#125034_v2.10
2025-10-21 Q1(m=6)
6543210
-------
--6----
--6--1-
--60-1-
--60-15
--60215
4-60215
4360215
#125034_v2.10