$P_1$(person) can complete a job in $1^2$ day, $P_2$ can complete the same job in $2^2$ days. In general $P_n$ can complete the job in $n^2$ days. In how many days the job would be finished if an infinite number of distinct people do the job simultaneously?
My attempt:
Let the required number of days be $d$ then:
$$d=\large \frac{1}{\frac{1}{1^2}+\frac{1}{2^2}+\frac{1}{3^2}+...\frac{1}{n^2}...}=\frac{6}{\pi^2}$$
Am I right?