The spt function (smallest parts function) is a function in number theory that counts the sum of the number of smallest parts in each integer partition of a positive integer. It is related to the partition function.[1]
The first few values of spt(n) are:
1, 3, 5, 10, 14, 26, 35, 57, 80, 119, 161, 238, 315, 440, 589 ...
For example, there are five partitions of 4 (with smallest parts underlined):
3 +
+
2 + +
+ + +
These partitions have 1, 1, 2, 2, and 4 smallest parts, respectively. So spt(4) = 1 + 1 + 2 + 2 + 4 = 10.
Like the partition function, spt(n) has a generating function. It is given by
infty | |
S(q)=\sum | |
n=1 |
spt(n)
| ||||
q |
infty | |
\sum | |
n=1 |
| |||||||||||||
1-qn |
(q)infty
infty | |
=\prod | |
n=1 |
(1-qn)
The function
S(q)
E2(z)
η(z)
q=e2\pi
\tilde{S}(z):=q-1/24S(q)-
1 | |
12 |
E2(z) | |
η(z) |
SL2(Z)
-1 | |
\chi | |
η |
\chiη
η(z)
While a closed formula is not known for spt(n), there are Ramanujan-like congruences including
spt(5n+4)\equiv0\mod(5)
spt(7n+5)\equiv0\mod(7)
spt(13n+6)\equiv0\mod(13).