[UVA][dp] 11133 - Eigensequence
Problem E: Eigensequence
Given an increasing sequence of integers
a1, a2, a3, ..., ak,
the E-transform produces a sequence of the same length,
b1, b2, b3, ..., bk
such that
b1 = a1
for j>1, bj
is the only integer aj-1 < bj ≤ aj,
which is divisible by...