I am having trouble evaluating $$\sum_{l-s}^{l+s}(2j+1)$$
I checked it for $l=3$, and $s=1$, but I am looking for the general solution. My notes tell me that the expression should be equal to $$(2l+1)(2s+1)$$ but I don't see how that came about.
(I encountered this expression when I was looking at the number of possible states of total angular momentum of a coupled system.)
HINT $$ \sum_{j=l-s}^{l+s} (2j+1) = 2 \sum_{j=l-s}^{l+s} j + \sum_{j=l-s}^{l+s} 1 $$ and now the second sum is $2s$, while the first can be easily determined by noting that first and last terms add up to $2l$, so do second and next-to-last, etc.