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.

A055892 Also aperiodic partitions of n into k parts.

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 2, 2, 1, 0, 1, 2, 2, 1, 1, 0, 1, 3, 4, 3, 2, 1, 0, 1, 3, 5, 3, 3, 1, 1, 0, 1, 4, 6, 6, 5, 2, 2, 1, 0, 1, 4, 8, 7, 6, 3, 3, 1, 1, 0, 1, 5, 10, 11, 10, 7, 5, 3, 2, 1, 0, 1, 5, 11, 12, 13, 7, 7, 3, 2, 1, 1, 0, 1, 6, 14, 18, 18, 14, 11, 7, 5, 3, 2, 1, 0, 1, 6, 16, 20, 23
Offset: 1

Views

Author

Christian G. Bower, Jun 09 2000

Keywords

Examples

			1; 1,0; 1,1,0; 1,1,1,0; 1,2,2,1,0; ...
For n=6, 2+2+1+1 is periodic because it can be written 2*(2+1), similarly 1+1+1+1+1+1, 3+3 and 2+2+2.
		

Crossrefs

Row sums give A000837. Cf. A055893.

Formula

Moebius transform of partition triangle A008284.