I have a question about restricted partitions of numbers:
For $n$ and $k$ positive integers let $M$ be the multiset in which each positive integer less than n appears exactly $k$ times. I want to understand the partitions obtained from elements of $M$ of numbers $s$ which are equivalent to $0$ mod $n$.
With $n$ and $k$ given, let $F(s,v)$ be the number of ways to achieve $s$ as the sum of $v$ many elements of $M$. To be clear, if $k=2$ then $F(1,1)=2$. That is, different elements of $M$ with the same numerical value are counted separately.
My question is this: For $n$ fixed greater than 1, are there arbitrarily large $k$ such that
$\sum$($F(s,v)$ such that $s$ is equivalent to $0$ mod $n$ and $v$ is even)
greater than
$\sum$($F(s,v)$ such that $s$ is equivalent to $0$ mod $n$ and $v$ is odd)?
Also, is there much known about $F$ such as a closed expression or generating function? I would appreciate any pointers to references in the literature.
Thanks in advance.