core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
I found the 15 prime numbers in a range of 1-50, but this workflow could be turned in a macro to show all primes between any range of values.
my solution with iterative macro
Nice One
Took a couple of tries, but finally got it!
Here's my solution.
This calculated primes to two million in 12 seconds.
Here is my solution