Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
Jump(2,4) = 2
⟨ ⁶ᵗʰa ⁵ᵗʰb ³ʳᵈd ¹ˢᵗc ⟩, a > b > c > d
6th → a, 3rd → b, |a-b|=5
2nd → a, 1st → b, |a-b|=2
⛔Avoid
5th → a, 4th → b, a+b=3+4n
#125034_v2.7