Fix a prime $p$, and $k$ a natural number. The question is then:
How many partitions of $p^k$ are there into powers of $p$?
So, for instance, if $p = 2$ and $k = 2$, there are 4, namely (4), (2, 2), (2, 1, 1) and (1, 1, 1, 1).
This seems like it could be a hard problem in number theory, but I don't really know much number theory (I'm a topologist), and so don't have a feel for such things.