Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
Jump(0,6) ≤ 1
4th → a, 3rd → b, a+b=0+5n
⟨⋯ Perm(0,1,5) ⋯⟩
{p4, p2, p1} = ? + {0,1,2}
⛔Avoid
⟨ ⁶ᵗʰa ²ⁿᵈb ⟩, max⟦a,b⟧ = 6
⟨ ⁶ᵗʰc ³ʳᵈd ²ⁿᵈa ⁰ᵗʰb ⟩, a > b > c > d
#125034_v2.8
2025-01-07 Q1(m=6)
6543210
-------
-----6-
--5--6-
--5-46-
--5046-
-15046-
-150462
3150462
#125034_v2.8