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.

A304036 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, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 4, 3, 5, 2, 4, 2, 5, 3, 4, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 4, 3, 5, 2, 4, 2, 5, 3, 4, 1, 2, 1, 3, 2, 3, 1, 2, 1, 3, 2, 3, 1, 2, 1, 4, 3, 5, 2, 4, 2, 5, 3, 4, 1, 2, 1, 3, 2, 3, 1, 2
Offset: 0

Views

Author

Seiichi Manyama, May 05 2018

Keywords

Examples

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

Crossrefs

Formula

G.f.: Product_{j>=1} Sum_{k=0..j+1} x^(k*j!) = Product_{j>=1} (1-x^((j+1)!+j!))/(1-x^(j!)).