am i correct
if i<n/2 then
for for each middle term i there are (i-1) A.P's
for for i>n/2
for each i (n - i - 1) A.P's
Find the total number of three number A.P's in sequence
1,2,3,4...n?
Good question:
Hint: Select the middle term first...
For each middle term i, the number of AP's is given by?
am i correct
if i<n/2 then
for for each middle term i there are (i-1) A.P's
for for i>n/2
for each i (n - i - 1) A.P's