What will be the result of derivative below. Also if possible kindly provide the link of any site that explains how to calculate derivatives of summations. Here a,b,c and $\sigma$ are scalar constants. For $i \in N$
\begin{align} \dfrac{\partial}{\partial p_{i}}\sum_{k=1}^N\dfrac{a}{\sigma^{2}+\sum_{n=1,n\neq k}^N p_{n}b +p_{k}c} \end{align}
At first we recall the differential operator $\frac{\partial}{\partial p_i}$ is linear. So, the following is valid \begin{align*} \frac{\partial}{\partial p_i}\sum_{j}\alpha_j f(p_j) =\sum_{j}\alpha_j \frac{\partial}{\partial p_i}f(p_j) =\alpha_i\frac{\partial}{\partial p_i}f(p_i) \end{align*} Note that all summands $i\ne j$ cancel, since $p_j$ is treated as constant for $i\ne j$ and \begin{align*} \frac{\partial}{\partial p_i}f(p_j)=0\qquad\qquad i\ne j \end{align*}
Since we focus at the variable $p_i$ the summands have the structure \begin{align*} \frac{a}{\sigma^{2}+\sum_{n=1,n\neq k}^N p_{n}b + p_{k}c}=\frac{A}{B+C p_i}\tag{1} \end{align*} with $A,B,C$ constants. Differentiation yields \begin{align*} \frac{\partial}{\partial p_i}\left(\frac{A}{B+C p_i}\right)=-\frac{AC}{\left(B+C p_i\right)^2}\tag{2} \end{align*}
Comment:
In (3) we extract in the outer sum as well as in each sum in the denominator the term with index $n=i$. Observe the structural similarity of both summands with (2), whereby in the first term the constant part of the denominator is marked as $B$.
In (4) we use the linearity of the differential operator and can now apply the differentiation according to (1).