OFFSET
1,2
COMMENTS
(Column 1) = A073051.
LINKS
EXAMPLE
Northwest corner:
1 2 4 6 9
3 5 7 11 13
8 10 14 15 17
23 71 76 78 86
Row 3: 6=p(9)-p(8)=p(11)-p(9)=p(15)-p(14)
That's 6=29-23=37-31=53-47.
PROG
(PARI) lista_by_rows(nn) = {for (n=1, nn, nb = 0; k = 2; ok = 0; until(ok, if (prime(k+1) - prime(k) == 2*n, print1(k-1, ", "); nb++; if (nb == nn, ok = 1); ); k++; ); print(); ); } \\ Michel Marcus, Apr 21 2013
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Nov 02 2008
STATUS
approved