login
A389343
Number of integer partitions of n with parts colored by {0, 1, 2} such that the sum of colors is congruent to 0 (mod 3).
4
1, 1, 3, 8, 17, 36, 75, 143, 270, 495, 880, 1533, 2626, 4403, 7281, 11865, 19074, 30294, 47597, 73970, 113883, 173742, 262820, 394407, 587502, 868868, 1276479, 1863390, 2703782, 3900666, 5596740, 7988198, 11344797, 16034727, 22559703, 31600179, 44076725, 61228998, 84723444, 116790430, 160408600
OFFSET
0,3
COMMENTS
a(n) is the number of integer partitions of n colored by the coloring set {0,1,2} where the total color of a partition is taken to be the sum of the colors of each part congruent to 0 modulo 3.
LINKS
FORMULA
Conjectured g.f.: (1/3) * (Product_{j>=1} 1/(1-x^j)^3 + 2*Product_{j>=1} 1/(1-x^(3*j))).
Conjectured g.f.: (1/3) * (G.f. of A000716(x) + 2*G.f. of A000041(x^3)).
EXAMPLE
For n = 2 the 3 partitions of total color = 0 are (in the form (part, coloring)): (2, 0), (1, 0) + (1, 0), (1, 1) + (1, 2).
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Hutton, Oct 29 2025
STATUS
approved