Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
Jump(0,1) = 1
⟨ ⁶ᵗʰd ²ⁿᵈc ¹ˢᵗb ⁰ᵗʰa ⟩, a > b > c > d
⛔Avoid
5th → a, 2nd → b, |a-b|=2
3rd → 1|2|4|6
{p3, p2, p1} = ? + {0,1,2}
Sim⟨ ⁶ᵗʰ3 ⁵ᵗʰ4 ⁴ᵗʰ1 ³ʳᵈ0 ²ⁿᵈ2 ¹ˢᵗ5 ⁰ᵗʰ6 ⟩ ≥ 3
⟨ ⁶ᵗʰa ⁴ᵗʰb ⟩, a > b
#125034_v2.10
2025-10-05 Q1(m=6)
6543210
-------
0------
0-1----
061----
061-2--
06152--
061523-
0615234
#125034_v2.10