Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
⟨⋯ 2 ⋯ a ⋯⟩, a = 0|1|3|6
5th → a, 1st → b, |a-b|=4
6th → 1|3|4
{p6, p4, p2, p0} = ? + {0,1,2,4}
⛔Avoid
⟨⋯ ? ⋯ 4 ⋯ (?−2)⟩ (?≠4,6)
⟨ ⁴ᵗʰa ¹ˢᵗb ⟩, min⟦a,b⟧ = 0
⟨⋯ Perm(0,2,3) ⋯⟩
#125034_v2.8
2025-03-02 Q1(m=6)
6543210
-------
-0-----
-0---4-
-0-6-4-
-0-6-45
-0-6345
10-6345
1026345
#125034_v2.8