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 A077552 #16 Mar 26 2017 12:04:39 %S A077552 1,3,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536, %T A077552 131072,262144,524288,1048576,2097152,4194304,8388608,16777216, %U A077552 33554432,67108864,134217728,268435456,536870912,1073741824,2147483648 %N A077552 Consider the following triangle in which the n-th row contains n distinct numbers whose product is the smallest and has the least possible number of divisors. 1 is a member of only the first row. Sequence contains the final term of the rows (the leading diagonal). %C A077552 N points are chosen on a circle to get n arcs of different lengths. Then a(n-1) counts - _Anton Zakharov_, Dec 14 2016 %F A077552 For n>2, a(n)=2^n. - _Ray Chandler_, Aug 21 2003 %F A077552 Row sums of triangle A132309. - _Gary W. Adamson_, Aug 18 2007 %e A077552 Triangle begins %e A077552 1 %e A077552 2 3 %e A077552 2 4 8 %e A077552 2 4 8 16 %e A077552 2 4 8 16 32 %t A077552 Table[2^(n + 1) - Boole[n < 2], {n, 0, 30}] (* _Michael De Vlieger_, Mar 15 2017 *) %Y A077552 Cf. A132309. %K A077552 nonn %O A077552 0,2 %A A077552 _Amarnath Murthy_, Nov 10 2002 %E A077552 Corrected and extended by _Ray Chandler_, Aug 21 2003