I have an interesting property that I would like to share about odd prime numbers and I was wondering if anyone with a Number Theory background the reason why this happens.
I take a prime number and take multiples of that specific prime number. I then take the digits and add them and take them modulo 9. when looking at the list we see the cyclic pattern of the permutation group modulo 9. This only works for some primes but not others.
In example: 17 works
17, 34 , 51, 68, 85, 102, 119, 136, 153, ...
adding the digits:
8, 7, 6, 14, 13, 3, 11, 10, 9
taking modulo 9:
8,7,6,5,4,3,2,1,0.
Some are well ordered like 17, some are not but still cyclic in their pattern. I discussed with a college and he said it looked like the quadratic reciprocity property of the number that we are using modulo 9.
You're not really undertaking two steps here; you're just finding the value of each number generated $\bmod 9$, because taking a digit sum does not alter the $\bmod 9 $ value.
So, given that all primes except $3$ are coprime to $9$, their multiples will cycle through the possible congruence classes - as will any other number not a multiple of $3$, for example $20$.