Hacker News new | ask | show | jobs
by susam 308 days ago
This was just a quick experiment I put together last night in my free time, so the tool is quite bare bones. If you're on a desktop browser and don't mind opening the developer tools console, you can run this little snippet to animate the grid:

  cols.value = 1n; setInterval(() => {cols.value++; readInput()}, 250);
1 comments

This is also basically the most trivial proof that primes are infinite. If you think you've discovered all the primes, just multiply all those primes together and add or subtract 1. You now have a new number that shares no factors with those primes.