For n,d $\epsilon$ $\mathbb N$ prove that
$\prod_{d|n}$ $d^2$ = $n^{d(n)}$
where d(.):$\mathbb N$ $\to $ $\mathbb N$ is defined by d(n):= $\sum_{d|n} 1$
So d(n) is the number of positive divisors of n and the left hand side is product of squares of the positive divisors of n.
One hint I was given was that if d is a positive divisor of n, then so is $\frac{n}{d}$
Let $n\in\mathbb{N}$, $D=\lbrace d_0=1,d_1, d_2,\ldots,d_l=n\rbrace$ be the set of divisors of $n$, $d(n)=l+1$.
Note that: $d$ is divisor of $n$ $\Leftrightarrow$ $\dfrac{n}{d}$ is divisor of $n$.
It means that $d_i\cdot d_{l-i}=n, \forall i=0, 1,\ldots,l$.
So $\prod_{d|n}d^2=d_0\cdot d_0\cdot d_1\cdot d_1\cdot\ldots\cdot d_l\cdot d_l= (d_0\cdot d_l)\cdot(d_1\cdot d_{l-1})\cdot\ldots(d_l\cdot d_0)= \underbrace {n\cdot\ldots \cdot n}_{l+1} = n^{l+1} = n^{d(n)}$