Izzhov
- 120
- 0
I am aware that there are several generator functions for the Partition Function p(n), but does anyone know if a closed form formula exists for this function?
The discussion centers on the existence of a closed-form formula for the Partition Function p(n). Participants clarify that a closed-form expression should not involve infinite sums or recursion, adhering to the Wikipedia definition. While several generator functions and recursive formulas exist, such as p(n) = (1/n) * Σ(k=0 to n-1) σ(n-k) * p(k), no definitive closed-form expression is established. The conversation concludes with a consensus that no closed-form equation for p(n) is currently known.
PREREQUISITESMathematicians, computer scientists, and anyone interested in combinatorial number theory or the properties of the Partition Function p(n).
Izzhov said:"[A closed-form formula is] a single arithmetic formula obtained to simplify an infinite sum in a general formula." -Wikipedia
A closed-form formula is when you take a formula with an infinite sum, such asCRGreathouse said:That doesn't tell me what it is at all. Further, I don't see what closed form formulas have to do with infinite sums.
Izzhov said:A closed-form formula is when you take a formula with an infinite sum, such as
<br /> s = \sum_{k=0}^\infty ar^k<br />
and simplify it to an algebraic formula, which in this case would be
<br /> s = \frac{a}{1 - r}<br />
(Assuming, in this case, that r < 1.)
Understand?
Kurret said:Couldnt we define a closed formula p(n) over a set of functions (for example the elementary functions, or maybe only the functions f(x)=x, f(x)=c) combined with a certain set of operations (for example ^*/-+) as a formula whose number of terms (functions):
1) is not infinite
2) is not depending on n.
Izzhov said:I go by the Wikipedia definition.