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.

A303939 Number of partitions of n into at most 2 copies of 1, 3 copies of 2, 4 copies of 3, ... .

Original entry on oeis.org

1, 1, 2, 2, 4, 5, 8, 10, 14, 18, 25, 32, 43, 54, 71, 88, 114, 141, 180, 221, 278, 340, 423, 515, 634, 768, 938, 1131, 1372, 1646, 1985, 2371, 2844, 3383, 4037, 4783, 5682, 6709, 7936, 9339, 11004, 12908, 15155, 17724, 20740, 24186, 28214, 32812, 38165, 44271, 51354
Offset: 0

Views

Author

Seiichi Manyama, May 03 2018

Keywords

Examples

			a(5) = 5 because we have [5], [4,1], [3,2], [3,1,1] and [2,2,1].
		

Crossrefs

Column k=2 of A303940.

Formula

G.f.: Product_{k>=1} (1-x^(k*(k+2)))/(1-x^k).