2*a100 can we written as a100 + a100. According to the question 100*a100 = 99*a99 and 100*a100 = 98*a98. Since the question mentions it's true for every pair of interger (i,j), we don't need to think of a sequence. Anyway, 1, 1/2, 1/3, 1/4 satisfies the condition
Your scenario will occur when \(a_1=1\). In this case, the sequence will indeed be {1, 1/2, 1/3, ..., 1/98, 1/99, 1/100}. Note that for any term in the sequence, the product of that term and its index (its position number in the sequence) is always 1: \(1*a_1=2*a_2=3*a_3=...=100*a_{100}=1\). However, \(2*a_{100}=a_{99}+a_{98}\) does not hold as \(2*a_{100}=\frac{1}{50}\), whereas \(a_{99}+a_{98}=\frac{1}{98}+\frac{1}{99}=\frac{197}{9702}\neq 2\).
Furthermore, observe that \(i*a_1\) is not always 1. For example, when \(a_1=2\), the sequence becomes {2, 2/2, 2/3, 2/4, 2/5, 2/6, ...} and in this scenario, \(i*a_1=2\), not 1.
Hope it helps.