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.

A347499 Triangle read by rows: n-th row is the lexicographically earliest n-element subset of {1,2,3,...,A347498(n)} with the property that all products i * j are distinct for i <= j.

This page as a plain text file.
%I A347499 #17 Sep 11 2021 01:12:41
%S A347499 1,1,2,1,2,3,1,2,3,5,1,3,4,5,6,1,3,4,5,6,7,1,2,5,6,7,8,9,1,2,5,6,7,8,
%T A347499 9,11,1,2,5,6,7,8,9,11,13,1,2,5,7,8,9,11,12,13,15,1,2,5,7,8,9,11,12,
%U A347499 13,15,17,1,2,5,7,8,9,11,12,13,15,17,19
%N A347499 Triangle read by rows: n-th row is the lexicographically earliest n-element subset of {1,2,3,...,A347498(n)} with the property that all products i * j are distinct for i <= j.
%C A347499 Is the first column the all 1's sequence?
%e A347499 Triangle begins:
%e A347499   1;
%e A347499   1,  2;
%e A347499   1,  2,  3;
%e A347499   1,  2,  3,  5;
%e A347499   1,  3,  4,  5,  6;
%e A347499   1,  3,  4,  5,  6,  7;
%e A347499   1,  2,  5,  6,  7,  8,  9;
%e A347499   1,  2,  5,  6,  7,  8,  9, 11;
%e A347499   1,  2,  5,  6,  7,  8,  9, 11, 13;
%e A347499   1,  2,  5,  7,  8,  9, 11, 12, 13, 15;
%e A347499   1,  2,  5,  7,  8,  9, 11, 12, 13, 15, 17;
%e A347499   1,  2,  5,  7,  8,  9, 11, 12, 13, 15, 17, 19;
%e A347499   1,  5,  6,  7,  9, 11, 13, 14, 15, 16, 17, 19, 20;
%e A347499   1,  2,  5,  7, 11, 12, 13, 16, 17, 18, 19, 20, 21, 23;
%e A347499   ...
%Y A347499 A106683 is analogous for addition.
%Y A347499 Cf. A347498.
%K A347499 nonn,tabl
%O A347499 1,3
%A A347499 _Peter Kagey_, Sep 03 2021