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.

A118458 Lengths of partitions into distinct parts in Abramowitz and Stegun order.

Original entry on oeis.org

0, 1, 1, 1, 2, 1, 2, 1, 2, 2, 1, 2, 2, 3, 1, 2, 2, 2, 3, 1, 2, 2, 2, 3, 3, 1, 2, 2, 2, 3, 2, 3, 3, 1, 2, 2, 2, 3, 2, 3, 3, 3, 4, 1, 2, 2, 2, 3, 2, 3, 2, 3, 3, 3, 4, 1, 2, 2, 2, 3, 2, 3, 2, 3, 3, 3, 3, 4, 3, 4
Offset: 0

Views

Author

Keywords

Examples

			The triangle starts in row n=0 as:
0;
1;
1;
1,2;
1,2;
1,2,2;
1,2,2,3;
The 6th row is 1 (length of 6), 2 (length of 1+5), 2 (length of 2+4), and 3 (length of 1+2+3).
		

Crossrefs