OFFSET
0,3
COMMENTS
a(n) is the number of integer partitions of n colored by the coloring set {0, 1} where the sum of colors are odd.
FORMULA
EXAMPLE
For n = 2 the 2 partitions of total color = 1 are (in the form (part, coloring)): (2, 1), (1, 0) + (1, 1).
For n = 3 the 5 partitions of total color = 1 are (in the form (part, coloring)): (3, 1), (2, 1) + (1, 0), (2, 0) + (1, 1), (1, 1) + (1, 1) + (1, 1), (1, 0) + (1, 0) + (1, 1).
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Hutton, Dec 26 2025
STATUS
approved
