![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS2IbyDZlarlQ4b3E3U_EWSWIQvS0us9ED1RBivgltEHhHAId-ohgTOGykCLbf17HWhPmDd1Wyqign0XgDSGRm8ejEowDK8zIoMAAz15EWE55Y6vx7_XTNMjbMsGlOeRKYv6FfdfN0ng0d/s400/phi-1.jpg)
Same idea, swapping out mod 9 with mod 5:
Calculation per dot: (Math.round(Math.sqrt(Math.pow(n,2))*1.618/2)%5==0)
Calculation per dot: (Math.round(Math.sqrt(n*1.618)/2)%5==0)
Calculation per dot: (Math.round(Math.sqrt(n*1.618))%5==0)
Calculation per dot: (Math.round(Math.sqrt(n*2))%5==0)
Here are the selected primes up to 13693 from the previous image.
1 comment:
Beautiful Stuff!
Post a Comment