Determine all possible triplets (x,y,z) of positive integers with x < y < z < 100 such that: x, y and z (in this order) are in arithmetic sequence and x, y and z+1 are in harmonic sequence.
Bonus Question:
Amending the restriction to x < y < z, prove that there are an infinity of positive integer triplets satisfying the given conditions.