Content deleted Content added
m add reference to dedkind eta and to q-series |
No edit summary |
||
Line 10:
The number of partitions meeting the second condition is p(''k''+1,''n'') since a partition into parts of at least <i>k</i> which contains no parts of at exactly <i>k</i> must have all parts at least <i>k+1</i>.
Since the two conditions are [[mutually exclusive]], the number of partitions meeting either condition is p(''k''+1, ''n'') + p(''k'', ''n''
* p(''k'', ''n'') = 0 if ''k'' > ''n''
* p(''k'', ''n'') = 1 if ''k'' = ''n''
This function tends to exhibit deceptive behavior.
:p(1, 4) = 5
:p(2, 8) = 7
:p(3, 12) = 9
:p(4, 16) = 11
:p(5, 20) = 13
:p(6, 24) = '''16'''
Our original function p(<i>n</i>) is just p(1,<i>n</i>).
Line 33:
Expanding each term as a [[geometric series]], we can rewrite it as
:(1 +
The
:
where each number
The formulation of the generating function is similar to the product formulation of many [[modular form|modular forms]], giving some idea of the connection between the two. It can also be used in conjunction with the [[pentagonal number theorem]] to derive a recurrence for the partition function stating that
Line 45:
p(<i>k</i>) − p(<i>k</i>− 1) − p(''k'' − 2) + p(''k'' − 5) + p(''k'' − 7) - p(''k'' − 12) − ... = 0,
where the sum is taken over all [[polygonal number|pentagonal numbers]] of the form ½''n''(3''n'' − 1), including those where ''n'' < 0, and the terms continue to alternate +, +,
Some values of the partition function are as follows:
Line 63:
*p(10000) = 36167251325636293988820471890953695495016030339315650422081868605887952568754066420592310556052906916435144
Euler's generating function is a special case of a [[
==See also
[[number theory]] ==External links==
|