Assumptions:
TeX:
p(n) = \frac{1}{n} \sum_{k=0}^{n - 1} \sigma_{1}\!\left(n - k\right) p(k) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
PartitionsP | Integer partition function | |
Sum | Sum | |
DivisorSigma | Sum of divisors function | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("4d2e45"), Formula(Equal(PartitionsP(n), Mul(Div(1, n), Sum(Mul(DivisorSigma(1, Sub(n, k)), PartitionsP(k)), For(k, 0, Sub(n, 1)))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))