Here's a question I've been working on:
For which of the values of $n$ and $k$ does there exist a function of $n$ variables that has $k$ distinct variants?
For example, when $n = 2$ and $k = 1$, I claim that there does exist a function and I chose the function $x_1x_2$. It has two variables $(n = 2)$ and if we write down all the possible variants, we have $x_1x_2$ and $x_2x_1$, but these two are equivalent (commutative property of multiplication). In other words, $k = 1$. But, how about when $n$ is arbitrary and $n = k$? I'm not sure if this statement holds true or not.