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.
%I A272083 #19 Sep 13 2016 14:29:39 %S A272083 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, %T A272083 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, %U A272083 6,5,4,3,20,12,6,5,2,20,15,10,5,4,3,20,15,12,10,5 %N A272083 Irregular triangle read by rows: strictly decreasing positive integer sequences in lexicographic order with the property that the sum of inverses equals one. %H A272083 Peter Kagey, <a href="/A272083/b272083.txt">Table of n, a(n) for n = 1..1578</a> (All rows with first term less than or equal to 30.) %H A272083 Wikipedia, <a href="https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93Graham_problem">Erdős-Graham problem</a>. %e A272083 First six rows: %e A272083 [1] because 1/1 = 1. %e A272083 [6, 3, 2] because 1/6 + 1/3 + 1/2 = 1. %e A272083 [12, 6, 4, 2] because 1/12 + 1/6 + 1/4 + 1/2 = 1. %e A272083 [15, 10, 3, 2] because 1/15 + 1/10 + 1/3 + 1/2 = 1. %e A272083 [15, 12, 10, 4, 2] because 1/15 + 1/12 + 1/10 + 1/4 + 1/2 = 1. %e A272083 [15, 12, 10, 6, 4, 3] because 1/15 + 1/12 + 1/10 + 1/6 + 1/4 + 1/3 = 1. %Y A272083 Cf. A073546, A216975, A216993, A272020, A272036, A272081, A272082. %K A272083 nonn,tabf %O A272083 1,2 %A A272083 _Peter Kagey_, Apr 19 2016