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.

A118053 Number of partitions of n which do not contain their signature as a subpartition.

Original entry on oeis.org

0, 0, 1, 1, 1, 2, 3, 5, 6, 8, 10, 14, 19, 26, 34, 45, 57, 74, 92, 118, 147, 185, 230, 287, 355, 441
Offset: 0

Views

Author

Keywords

Examples

			For n=3, signature([3]) = [1] is a subpartition of [3], signature([2,1]) = [1^2] is a subpartition of [2,1], but signature([1^3]) = [3] is not a subpartition of [1^3], so a(3)=1.
		

Crossrefs