OFFSET
0,8
COMMENTS
a(n) is also the number of partitions of n into parts congruent to 1, 7, or 10 modulo 12.
a(n) is also the number of partitions of n into parts that differ by at least 6, where the inequality is strict if the larger part is 0, 3, or 5 modulo 6, with the exception that 6+1 may appear.
LINKS
Robert Israel, Table of n, a(n) for n = 0..10000
K. Alladi and G. E. Andrews, The dual of Göllnitz's (big) partition theorem, Ramanujan J. 36 (2015), 171-201.
FORMULA
a(n) ~ exp(sqrt(n/6)*Pi) / (2^(17/12) * 3^(1/4) * n^(3/4)). - Vaclav Kotesovec, May 24 2018
EXAMPLE
a(14) = 5, the valid partitions being 14, 13+1, 10+4, 8+4+2, and 7+4+2+1.
MAPLE
series(mul((1+x^(6*k+1))*(1+x^(6*k+2))*(1+x^(6*k+4)), k=0..100), x=0, 100)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeremy Lovejoy, Mar 23 2015
STATUS
approved