|
Search: id:A036026
|
|
|
| A036026 |
|
Number of partitions of n into parts not of forms 4*k+2, 20*k, 20*k+5 or 20*k+15. |
|
+0 5
|
|
| 1, 1, 1, 2, 3, 3, 4, 6, 8, 10, 12, 16, 21, 25, 30, 38, 48, 57, 68, 84, 102, 121, 143, 172, 207, 243, 284, 338, 400, 465, 542, 636, 744, 862, 996, 1158, 1344, 1546, 1776, 2050, 2361, 2701, 3088, 3540, 4050, 4613, 5248, 5980, 6808, 7719, 8742, 9916, 11232
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
Case k=5,i=3 of Gordon/Goellnitz/Andrews Theorem.
Number of partitions in which no odd part is repeated, with at most 2 parts of size less than or equal to 2 and where differences between parts at distance 4 are greater than 1 when the smaller part is odd and greater than 2 when the smaller part is even.
|
|
REFERENCES
|
G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976, p. 114.
|
|
FORMULA
|
Expansion of psi(-q^5) / psi(-q) in powers of q where psi() is a Ramanujan theta function. - Michael Somos Oct 27 2008
Expansion of q^(-1/2) * eta(q^2) * eta(q^5) * eta(q^20) / (eta(q) * eta(q^4) * eta(q^10)) in powers of q. - Michael Somos Oct 27 2008
Euler transform of period 20 sequence [ 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, ...]. - Michael Somos Oct 27 2008
|
|
EXAMPLE
|
q + q^3 + q^5 + 2*q^7 + 3*q^9 + 3*q^11 + 4*q^13 + 6*q^15 + 8*q^17 + ...
|
|
PROGRAM
|
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^5 + A) * eta(x^20 + A) / (eta(x + A) * eta(x^4 + A) * eta(x^10 + A)), n))} /* Michael Somos Oct 27 2008 */
|
|
CROSSREFS
|
A145722(n) = a(2*n). A101277(n) = a(2*n + 1). Convolution inverse of A145708.
Sequence in context: A036025 A036030 A036022 this_sequence A116494 A036031 A017818
Adjacent sequences: A036023 A036024 A036025 this_sequence A036027 A036028 A036029
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Olivier Gerard (olivier.gerard(AT)gmail.com)
|
|
|
Search completed in 0.002 seconds
|