login
A367647
Irregular triangle read by rows in which row n lists the positive values k such that there are no primes between k*n and k*(n + 1), or -1 if no such k exists.
0
1, 1, 2, 1, 4, 2, 1, 3, 4, 1, 2, 3, 2, 4, 2, 9, 1, 1, 6, 2, 3, 2, 7, 3, 5, 2, 6, 1, 6, 7, 10, 1, 3, 4, 2, 4, 5, 1, 2, 5, 1, 2, 3, 8, 1, 7, 1, 2, 2, 3, 5, 4, 7, 11, 3, 4, 2, 3, 1, 2, 10, 1, 4, 9, 1, 2, 6, 1, 4, 15, 4, 6, 2, 5, 8, 1, 2, 3, 4, 1, 3, 2, 3, 5, 8, 3, 5, 2, 4, 7, 2, 5, 1, 3, 12, 1, 2, 2, 4, 7
OFFSET
1,3
EXAMPLE
Triangle begins:
1;
1;
1;
2;
1;
4;
2;
1, 3, 4;
1;
2;
3;
2, 4;
2, 9;
1;
1, 6;
2, 3;
2, 7;
3, 5;
2, 6;
1, 6, 7, 10;
1, 3, 4;
2;
4, 5;
1, 2, 5;
1, 2, 3, 8.
CROSSREFS
KEYWORD
nonn,tabf,easy
AUTHOR
STATUS
approved