Let be the tribonacci numbers defined as:
;
;
for
and let .
For each pair of Vectors and with and
we define as the minimal value of the manhattan length of the vector measured as
for any integers and with .
The first vector pair is , .
You are given that and .
Find .
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.