cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A336766 The number of partitions of n into an even number of parts, each part occurring at most five times, minus the number of partitions of n into an odd number of parts, each part occurring at most five times.

Original entry on oeis.org

1, -1, 0, -1, 1, -1, 0, 0, 2, -1, 1, -1, 1, -1, 1, -1, 2, -2, 1, -2, 2, -2, 1, -2, 3, -3, 2, -2, 3, -3, 3, -3, 4, -4, 3, -4, 5, -4, 4, -4, 6, -5, 5, -6, 6, -7, 6, -6, 8, -8, 7, -8, 9, -9, 8, -9, 11, -11, 10, -11, 12, -12, 11, -13, 15, -15, 14, -15, 17, -17, 16, -17
Offset: 0

Views

Author

Jeremy Lovejoy, Aug 04 2020

Keywords

Examples

			There are 10 partitions of 6 where parts occur at most five times: 6, 5+1, 4+2, 4+1+1, 3+3, 3+2+1, 3+1+1+1, 2+2+2, 2+2+1+1, 2+1+1+1+1, and so a(6) = 0.
		

Crossrefs

Formula

G.f.: Product_{n>0} ((1-q^(6*n))/(1+q^n)).
Showing 1-1 of 1 results.