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.

A272083 Irregular triangle read by rows: strictly decreasing positive integer sequences in lexicographic order with the property that the sum of inverses equals one.

Original entry on oeis.org

1, 6, 3, 2, 12, 6, 4, 2, 15, 10, 3, 2, 15, 12, 10, 4, 2, 15, 12, 10, 6, 4, 3, 18, 9, 3, 2, 18, 12, 9, 4, 2, 18, 12, 9, 6, 4, 3, 18, 15, 10, 9, 6, 2, 18, 15, 12, 10, 9, 4, 3, 20, 5, 4, 2, 20, 6, 5, 4, 3, 20, 12, 6, 5, 2, 20, 15, 10, 5, 4, 3, 20, 15, 12, 10, 5
Offset: 1

Views

Author

Peter Kagey, Apr 19 2016

Keywords

Examples

			First six rows:
[1]                   because 1/1 = 1.
[6, 3, 2]             because 1/6 + 1/3 + 1/2 = 1.
[12, 6, 4, 2]         because 1/12 + 1/6 + 1/4 + 1/2 = 1.
[15, 10, 3, 2]        because 1/15 + 1/10 + 1/3 + 1/2 = 1.
[15, 12, 10, 4, 2]    because 1/15 + 1/12 + 1/10 + 1/4 + 1/2 = 1.
[15, 12, 10, 6, 4, 3] because 1/15 + 1/12 + 1/10 + 1/6 + 1/4 + 1/3 = 1.
		

Crossrefs