Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
3rd → a, 1st → b, ab=8
6th|3rd|1st|0th → 3
4th → a, 1st → b, |a-b|=1
⛔Avoid
6th|5th|4th|2nd|1st → 6
{p6, p3, p2, p1} = ? + {0,1,2,3}
2nd → a, 1st → b, a+b=0+4n
#125034_v2.10
2025-09-25 Q1(m=6)
6543210
-------
------6
---4--6
---4-26
3--4-26
3-14-26
3514-26
3514026
#125034_v2.10