Let $n\geq 2$ and $\displaystyle f:(x_1,\ldots,x_n) \mapsto \prod_{i=1}^n x_i^{\alpha_i}\quad$ be defined for positive $x_i$
Suppose $\sum_{i=1}^n \alpha_i > 1$. Prove that $f$ is neither concave nor convex.
The Hessian matrix of $f$ is easy to compute. It suffices to prove that it is neither positive semi-definite, neither negative semi-definite at some point.
Let $H(f)(x)$ denote the Hessian matrix of $f$ at $x=(x_1,\ldots,x_n)$. It suffices to find some $x$ such that $\det H(f)(x)<0$ or one may look for $u$ and $v$ such that $u^T H(f)(x)u> 0$ and $v^T H(f)(x)v< 0$.
I've noted that $$\frac{\partial^2 f}{\partial^2 x_i}(x) = \alpha_i(\alpha_i-1)\frac{f(x)}{x_i^2}$$ and $$\frac{\partial^2 f}{\partial x_j \partial x_i}(x) = \alpha_i \alpha_j\frac{f(x)}{x_i x_j}$$
I think the approach with the determinant is the most tractable. $x=(\alpha_1,\ldots, \alpha_n)$ seems like a promising point, although I'm not through with the computations.
EDIT: it seems that the approach with the determinant would require that $n$ is even...
EDIT 2: Provided my computation is correct, at $x=(\alpha_1,\ldots, \alpha_n)$, $$\det H(f)(x)=(f(x))^n\frac{(-1)^{n-1}}{\prod_{i=1}^{n}\alpha_i} \left[\left(\sum_{i=1}^n \alpha_i \right) -1 \right]$$
This solves the problem, with $n$ even. It remains to take care of odd $n$.
If $f$ was convex or concave, its graph would sit on a single side of its tangent plane $$\varphi(x_1, \dots, x_n) = 0$$ with $$\varphi(x_1, \dots, x_n)=\alpha_1(x_1-1) + \dots + \alpha_n (x_n-1)$$ at point $U=(1, \dots, 1)$
For the origin $O$ we have $$\varphi(O)-f(O)=- (\alpha_1 + \dots + \alpha_n) < -1 \le 0$$
Now consider $i_0$ for which $\alpha_{i_0} > 0$ and a point $P_t$ whose coordinates are all vanishing except the $i_0$-one which is equal to $t>0$. You have $\varphi(P_t)-f(P_t)= \alpha_{i_0}t - \sum_i \alpha_i > 0$ for $t>\frac{\sum_i \alpha_i}{\alpha_{i_0}}$.
Hence the graph of $f$ is not on a single side of its tangent plane at $U$ proving that $f$ is not convex nor concave.