Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

ulam hexagon spiral variant in python #3646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PWilson-1978
Copy link

@PWilson-1978 PWilson-1978 commented Jun 1, 2022

I have a 3 radii hexagon and all of the primes line up on the radii associated with 5 and 7. I have another version that opens a file of primes up to 5000 if the square root of a number is larger, it will fill in the primes between. I modified the routine that checks for the prime and added a check for the last digit of 5 in the check with division of 2 because any number that has a 5 will be divisible by 5, and then I'm also testing another qualification if the modulo of the value being checked is 1 or 5, it may be a prime. Both print out the lists of prime values at the conclusion of the run.

Community Contribution

Link to live project, video, or image:

Sharing

  • I would be happy to have my project shared on The Coding Train's social media!

Instagram:

Twitter:

I have a 3 radii hexagon and all of the primes line up on the radii associated with 5 and 7.  I have another version that opens a file of primes up to 5000 if the square root of a number is larger, it will fill in the primes between.   I modified the routine that checks for the prime and added a check for the last digit of 5 in the check with division of 2 because any number that has a 5 will be divisible by 5, and then I'm also testing another qualification if the modulo of the value being checked is 1 or 5, it may be a prime. Both print out the lists of prime values at the conclusion of the run.
@PWilson-1978
Copy link
Author

Here's my youtube video of a run.

@PWilson-1978 PWilson-1978 reopened this Jun 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant