If you take the numbers of the form $6n\pm1$ and arrange them into $12$ columns, i.e., $$5,7,11,13,17,19,23,25,29,35,37,41,\ldots,$$
all the columns have digital roots that are the same throughout the whole column. So all numbers under the $5$ column have digital root $5$, $7=7$, $11=2$, $13=4$, $17=8$, $19=1$, $23=5$, $25=7$, $29=2$, $31=4$, $35=8$, $37=1$, so the pattern repeats.
Also why does each number in the column give the number of rows to count down to give numbers divisible by itself? So for $5$ we count down $5$ rows and we get the next number divisible by $5,$ the same for $7,$ etc. And also for every number in the column, e.g., for $41$ we count down $41$ rows to get the next number divisible by $41.$
It’s a kind of prime sieve but why is it so ‘self-referential’ for want of a better word? Is it something to do with the number $12$?
When you arrange the numbers this way the difference between the numbers in neighboring rows is $36=4\cdot 9$. Adding a multiple of $9$ to a number does not change the digital root, which explains why all the numbers in a column have the same digital root. When you count down $k$ rows below $k$ the number you find is $k+36k=37k$ which is divisible by $k$. As $k$ has no factors of $2$ or $3$ this will be the next multiple of $k$.