This is about prime numbers such that at least three points $(i,p_i)$, $(j,p_j)$ and $(k,p_k)$ are on the same straight line.
- For any pair $(i,p_i),\, i>1$, there are two different primes $p_j,p_k>p_i$ such that $(i,p_i)$, $(j,p_j)$ and $(k,p_k)$ are on a straight line. Tested for the first 25,000 primes.
- Any pair $(i,p_i), \,i>1$, is co-linear with at least two such straight lines. Tested for the first 200 primes. The sets below contain a maximal number of prime points. $\{(2,3),(3,5),(4,7)\},\{(4,7),(5,11),(17,59),(19,67),(20,71),(22,79),(23,83)\},\{(6,13),(7,17),(10,29),(12,37),(13,41),(16,53),(18,61),(21,73)\},\{(2,3),(5,7),(8,19)\},\{(4,7),(6,13),(8,19)\},\{(3,5),(5,11),(7,17),(9,23)\},\{(8,19),(9,23),(11,31),(14,43),(15,47)\},\dots$
- Given an integer $n>0$ there are $n$ different primes $p_{k_1},\dots ,p_{k_n}$ such that $(k_1,p_{k_1}),\dots,(k_n,p_{k_n})$ are on a straight line. In the table: for $1<i<j<l\in\mathbb N$ there are $m$ straight lines thru $(i,p_i),(j,p_j)$ and $n$ is the record of number of points $(h,p_h)$ on a line.
$$ \begin{array}{rrr} l & m & n \\ \hline 5 & 1 & 3 \\ 10 & 7 & 8 \\ 20 & 27 & 8 \\ 50 & 148 & 20 \\ 100 & 400 & 20 \\ 200 & 1338 & 20 \\ 500 & 6253 & 31 \\ 1000 & 16859 & 31 \\ 2000 & 49460 & 52 \end{array} $$
My question is if there is something known about such co-linear primes?
