proposed
approved
proposed
approved
editing
proposed
The g.f. for "number of k's" is (1/2)*(x^k/(1+x^k))*prod(Product_{n>=1,} 1 + x^n) - (1/2)*(x^k/(1-x^k))*prod(Product_{n>=1,} 1 - x^n).
0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 2, 2, 2, 3, 4, 5, 6, 7, 9, 10, 12, 15, 17, 20, 24, 27, 32, 38, 43, 50, 59, 67, 77, 90, 102, 117, 135, 153, 175, 200, 226, 257, 292, 330, 373, 422, 475, 535, 603, 677, 760, 853, 955, 1069, 1196, 1336, 1491, 1663, 1853, 2063, 2295
Andrew Howroyd, <a href="/A238218/b238218.txt">Table of n, a(n) for n = 0..1000</a>
a(13) = 3 because the partitions in question are: 10+3, 7+3+2+1, 5+4+3+1.
(PARI) seq(n)={my(A=O(x^(n-2))); Vec(x*(eta(x^2 + A)/(eta(x + A)*(1+x^3)) - eta(x + A)/(1-x^3))/2, -(n+1))} \\ Andrew Howroyd, May 01 2020
Column k=3 of A238451.
Terms a(51) and beyond from Andrew Howroyd, May 01 2020
approved
editing
proposed
approved
editing
proposed
allocated for Mircea MercaThe total number of 3's in all partitions of n into an even number of distinct parts.
0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 2, 2, 2, 3, 4, 5, 6, 7, 9, 10, 12, 15, 17, 20, 24, 27, 32, 38, 43, 50, 59, 67, 77, 90, 102, 117, 135, 153, 175, 200, 226, 257, 292, 330, 373, 422, 475, 535, 603, 677, 760
0,11
The g.f. for "number of k's" is (1/2)*x^k/(1+x^k)*prod(n>=1,1+x^n)-(1/2)*x^k/(1-x^k)*prod(n>=1,1-x^n).
a(13)=3 because the partitions in question are: 10+3, 7+3+2+1, 5+4+3+1.
allocated
nonn,new
Mircea Merca, Feb 20 2014
approved
editing
allocated for Mircea Merca
allocated
approved