Self learning Trying to find a closed form for $\prod\limits_{i=1}^n\prod\limits_{j=1}^n 2^i3^j$ can't find any help on how to tackle this type of problem. Everything I saw on here went over my head. This is how I'm trying to solve it.
$$\prod\limits_{i=1}^n\ln\left[\prod\limits_{j=1}^n 2^i3^j\right]=\prod\limits_{i=1}^n\sum\limits_{j=1}^n\ln\left(2^i3^j\right)$$ $$ \begin{align*} \sum\limits_{j=1}^n\ln\left(2^i3^j\right) &= \sum\limits_{j=1}^n\ln(2^i)+\sum\limits_{j=1}^n\ln(3^j)\\ &=n\ln(2^i)+\sum\limits_{j=1}^njln(3)\\ &=n\ln(2^i)+ln(3)\sum\limits_{j=1}^nj\\ &=n\ln(2^i)+ln(3)\frac{n(n+1)}{2} \end{align*} $$ raise everything to e and simplify and I think you get $$\prod\limits_{i=1}^n\prod\limits_{j=1}^n 2^i3^j=\prod\limits_{i=1}^n\left[2^{i^n}+3^\frac{n(n+1)}{2}\right]$$ so gonna do the ln trick again. I also have no idea if this is close at all. hopefully it is because I'm not good a LaTex, and this might be a waste of time. $$ \begin{align*}\ln\left[\prod\limits_{i=1}^n\left[2^{i^n}+3^\frac{n(n+1)}{2}\right]\right]&=\sum\limits_{i=1}^n\ln\left[2^{i^n}+3^\frac{n(n+1)}{2}\right]\\ &=\sum\limits_{i=1}^nln(2^{i^n})ln\left(3^\frac{n(n+1)}{2}\right) \end{align*} $$
Now I don't know how to deal with the last sum. I don't think I can pull out that second ln to the front because there are n's in it. I also have a suspicion that there's an easy trick to make this simple.
The inner product doesn't depend on the index of the outer product, so you can move stuff around more liberally: $$ \prod\limits_{i=1}^n\left(\prod\limits_{j=1}^n 2^i3^j\right) = \prod\limits_{i=1}^n \left(2^{ni} \prod\limits_{j=1}^n 3^j \right) = \prod\limits_{i=1}^n 2^{ni} \left(\prod\limits_{j=1}^n 3^j \right)^n = 2^{n\frac{n(n+1)}{2}} 3^{n\frac{n(n+1)}{2}} = \left(2^n\cdot 3^n\right)^\frac{n(n+1)}{2} $$