Question: How can I succinctly express (using the product and sum notations) the following expression? $$n^{(n+1)}(n-1)^{(n+1)+n}(n-2)^{(n+1)+n+(n-1)}\cdot\cdot\cdot 1^{(n+1)+n+(n-1)+\cdot\cdot\cdot+2}$$
Fun fact: The following is in fact alternatively expressible as: $$\prod^{n}_{k=1}k!^{k+1}=\prod^{n}_{k=1}sf(k)H(k) \hspace{1mm}\rightarrow \hspace{3mm}sf(k)=\prod^{k}_{i=1}i!\hspace{1mm};H(k)=\prod^{k}_{i=1}i^i$$
EDIT: I think I got it: The given expression equals:$$\prod^{n}_{k=1}k^{\sum^{(n+1)}_{i=1}-\sum^{k}_{i=1}}=\prod^{n}_{k=1}k^{\frac{1}{2}[(n+1)(n+2)-k(k+1)]}$$
Your representation is nice and correct. Here is a derivation
Comment: