Let $P(n,k)$ denote the number of partitions of $n$ into $k$ parts. I would like to know for given $n$, which $k$ does maximize $P(n,k)$?
Additionally, information on the maximum of $P(n,k)$, for fixed $n$, would also be of interest.
I'm interested in varied information but please note I'm still not out of high school!
I've done some research on the topic earlier and found out that for $P(100, k)$, it is $7$ that yields the greatest value, even superseding $k=100(1/2)=50$.
I am also aware of an asymptotic formula from an MO question:
$$P(n, k)\sim\frac{1}{2\pi n} \left( \frac{e^2 n}{k^2} \right)^k$$
Also, I know about that triangular-looking grid for $P(n,k)$. But then, what is derived from it?
Would this PDF be of any help?
The numbers $\max_k P(n,k)$ are tabulated at http://oeis.org/A002569. This page gives several references.
There is also a link to a table that goes out to $n=3000$. (The table is due to Robert Israel and Robert G. Wilson.)
At http://oeis.org/A046155 the value of $k$ maximizing $P(n,k)$ is given for all $n$, $0\le n\le82$:
There's also a Mathematica program for calculating it, due to Robert G. Wilson: