Let $p(n)$ count the number of integer partitions of $n$. I am interested in the second shifted difference
$$p(n+j) - 2p(n) + p(n-j)$$
for positive integers $j$. For $j=1$, these are related to the Dyson ranks of partitions. Are there known combinatorial (or other) interpretations for other $j$?
The sequences for larger j are also differences of integer partitions where no part is equal to j, but this felt a little unnatural, so I was hoping that they count something else. That is, let f(j,n) count the number of partitions with no part = j. Then is is clear f(j,n) = p(n)-p(n-j), so f(j,n) - f(j,n-j) is exactly the second shifted difference
– J123 Jan 27 '22 at 23:07