OFFSET
0,3
COMMENTS
a(n) is the number of integer partitions of n colored by the coloring set {0,1,2,3} where the total color of a partition is taken to be the sum of the colors of each part congruent to 0 modulo 4.
LINKS
Sean A. Irvine, Table of n, a(n) for n = 0..56
FORMULA
EXAMPLE
For n = 2 the 4 partitions of total color = 0 are (in the form (part, coloring)): (2, 0), (1, 0) + (1, 0), (1, 1) + (1, 3), (1, 2) + (1, 2).
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Hutton, Oct 29 2025
STATUS
approved
