Content deleted Content added
→Strict partition function: general restricted partition function and asymptotic growth rate (moved here from article on partitions) |
→Strict partition function: Use of small p and small q for function name (harmonized to previous sections) |
||
Line 130:
=== Definition and properties ===
If no summand occurs repeatedly<ref>{{cite web|title=code golf - Strict partitions of a positive integer|periodical=|publisher=|url=https://codegolf.stackexchange.com/questions/71941/strict-partitions-of-a-positive-integer|url-status=|format=|access-date=2022-03-09|archive-url=|archive-date=|last=|date=|year=|language=|pages=|quote=}}</ref> in the affected partition sums, then the so called strict partitions are present. The function
===
Representations of the partitions:
{| class="wikitable"
|+
|-
! n ||
!
|-
| 0 || 1 || () empty partition
Line 183:
|}
=== MacLaurin series ===
The corresponding generating function based on the [[MacLaurin series]] with the numbers
: <math>\sum_{k=0}^{\infty}
The following first addends are obtained:
Line 191:
: <math>(x;x^2)_{\infty}^{-1} = 1+1x+1x^2+2x^3+2x^4+3x^5+4x^6+5x^7+6x^8+8x^9+10x^{10}...</math>
In comparison, the generating function of the regular partition numbers
: <math>\sum_{k=0}^{\infty}
Important calculation formulas for the [[theta function]]:
Line 220:
From this identity follows that formula:
: <math>\biggl[\sum_{n=0}^\infty
Therefore those two formulas are valid for the synthesis of the number sequence
: <math>
: <math>
In the following, two examples are accurately executed:
: <math>
: <math>=
: <math>= 5\times 1 + 3\times 1 + 2\times 2 + 1\times 4 + 1\times 6 = 22 </math>
: <math>
: <math>=
: <math>= 5\times 1 + 3\times 2 + 2\times 3 + 1\times 5 + 1\times 8 = 30 </math>
|