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.

A272082 Irregular triangle read by rows: strictly decreasing positive integer sequences in lexicographic order with the property that the sum of inverses is an integer.

Original entry on oeis.org

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

Views

Author

Peter Kagey, Apr 19 2016

Keywords

Examples

			First 8 rows:
[1]                because 1/1 is an integer
[6, 3, 2]          because 1/6 + 1/3 + 1/2 = 1.
[6, 3, 2, 1]       because 1/6 + 1/3 + 1/2 + 1/1 = 2.
[12, 6, 4, 2]      because 1/12 + 1/6 + 1/4 + 1/2 = 1.
[12, 6, 4, 2, 1]   because 1/12 + 1/6 + 1/4 + 1/2 + 1/1 = 2.
[15, 10, 3, 2]     because 1/15 + 1/10 + 1/3 + 1/2 = 1.
[15, 10, 3, 2, 1]  because 1/15 + 1/10 + 1/3 + 1/2 + 1/1 = 2.
[15, 12, 10, 4, 2] because 1/15 + 1/12 + 1/10 + 1/4 + 1/2 = 1.
		

Crossrefs