Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
Jump(2,6) = 2
Jump(3,5) ≥ 4
2nd → a, 1st → b, |a-b|=3
4th → a, 1st → b, ab=2+5n
⛔Avoid
⟨⋯ 5 ⋯ 2 ⋯ 3 ⋯⟩
#125034_v2.9
2025-06-19 Q1(m=6)
6543210
-------
5------
5----3-
5----32
5--6-32
5--6032
5-46032
5146032
#125034_v2.9