OFFSET
1,2
COMMENTS
Row n lists the numbers k such that
0 < |{m : Sum_j={m..m+n-1} tau(j) = k}| < infinity
where tau(j) = A000005(j) is the number of divisors of j.
EXAMPLE
There is only one number with exactly 1 divisor (namely, k=1), but there are infinitely many numbers with j divisors for every j >= 2, so row 1 consists only of the single term 1.
The sequence of values tau(k) for k >= 1 is A000005, which begins 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, ..., from which the sums of two consecutive terms are 1+2=3, 2+2=4, 2+3=5, 3+2=5, 2+4=6, 4+2=6, 2+4=6, 4+3=7, 3+4=7, ...; no number j < 3 appears as such a sum, every j >= 6 appears infinitely many times as such a sum, and each j in {3,4,5} appears as such a sum only finitely many times, so row 2 is {3, 4, 5}.
Row 3 does not contain 6 as a term because there exists no run of 3 consecutive numbers whose sum of tau values is exactly 6.
The first six rows of the table are as follows:
row 1: {1};
row 2: {3, 4, 5};
row 3: {5, 7, 8, 9};
row 4: {8, 9, 11, 12, 13, 14, 15};
row 5: {10, 13, 15, 17, 18, 19};
row 6: {14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27}.
CROSSREFS
KEYWORD
nonn,tabf,more
AUTHOR
Jon E. Schoenfield, Apr 02 2019
STATUS
approved