Live data from Hacker News

Prime Gaps at Most 186

github.com

1–10 of 13 posts

Re: Prime Gaps at Most 186

#8
What is this AI-generated gobbledygook actually trying to say? That there are infinitely many pairs of primes p,q with q=p+186?

The first equation under "The result" seems to be saying they found an infinite sequence of primes whose density is forever greater than 1/186, which doesn't match my understanding of how prime density works.

Re: Prime Gaps at Most 186

#9
blegh, both the code comments and readme reek of verbose claude puke.

> The registered Lean build passed without errors or warnings.

thanks. i like it when my proofs do not error.

Edit: just saw this was published under openai, yikes.

Re: Prime Gaps at Most 186

#10

What is this AI-generated gobbledygook actually trying to say? That there are infinitely many pairs of primes p,q with q=p+186? The first equation under "The result" seems to be saying they found an infinite sequence of primes whose density is forever greater than 1/186, which doesn't match my understanding of how prime density works.

it's saying that there is an infinite list of pairs of primes p,q such that |p-q|<=186. the syntax they're using is arguably bad, but standard
Post reply on HN