How to find the sum of the following series?
$$1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \dots + \frac{1}{n}$$
This is a harmonic progression. So, is the following formula correct?
$\frac{(number ~of ~terms)^2}{sum~ of~ all ~the~ denominators}$
$\Rightarrow $ if $\frac{1}{A} + \frac{1}{B} +\frac{1}{C}$ are in H.P.
Therefore the sum of the series can be written as :
$\Rightarrow \frac{(3)^3}{(A+B+C)}$
Is this correct? Please suggest.


That formula is not correct to sum the first few terms of the harmonic series. Trying it with even the first three would mean that $$\frac{3^2}{1+2+3} = \frac{9}{6} = 1.5 \neq \frac{1}{1} + \frac{1}{2} + \frac{1}{3}$$.
The harmonic series actually diverges, so the sum of the series as we let $n$ get large doesn't exist... You can, however, get partial sums as the harmonic numbers, however this is somewhat outside the scope of the algebra/precalculus topic you have it listed under. You can find more information here.