How to Use
Enter n:
- Check: Is n pentagonal?
- Index: Solve for k
- Generalized: Extended sequence
Euler's Pentagonal Theorem
Π(1−xⁿ) = 1−x−x²+x⁵+x⁷−x¹²−x¹⁵+... Exponents are generalized pentagonal numbers. Signs: +,−,−,+,+,−,−,+,+... This gives a recurrence for the partition function p(n).
Properties
- Sum formula: ΣP(k) = n²(n+1)/2
- Test: n pentagonal iff (1+√(1+24n))/6 is integer
- Three pentagonal numbers suffice (Gauss)
Step-by-Step Instructions
- 1Enter n.
- 2Check pentagonal.
- 3Find k.
- 4View generalized.
- 5See Euler's theorem.