Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
5th → a, 4th → b, a+b=0+4n
1st → a, 0th → b, a+b=0+5n
⟨⋯ Perm(2,3,5) ⋯⟩
3rd → a, 0th → b, ab=2
⛔Avoid
⟨ ³ʳᵈa ⁰ᵗʰb ⟩, max⟦a,b⟧ = 5
5th → a, 2nd → b, ab=18
⟨⋯ Perm(3,5,6) ⋯⟩
#125034_v2.10
2025-09-11 Q1(m=6)
6543210
-------
------1
---2--1
---2-41
---2641
--32641
-532641
0532641
#125034_v2.10