Hacker News new | ask | show | jobs
by aisofteng 3459 days ago
To expand in a way that answers the grandparents' question, part of the mentioned "great amount of research" came about from people looking for patterns anywhere they can, and patterns can be anywhere.

Someone thought to check how often there is a number and that number plus 2 that are both prime, and there seems to be a pattern there, which is the twin primes conjecture [1]. Along the way, a lot of other places are investigated in this search for patterns, such as the sum of the cube of gap primes that the grandparent mentions.

Recording investigations made along these lines is often done by recording it in the Online Encyclopedia of Integer Sequences [2]. (Significant findings merit publication in journals.)

The end result is that one can perform a search for a particular number and see in which sequences it appears. This is how the linked post came to be.

[1] https://en.wikipedia.org/wiki/Twin_prime#Conjectures [2] oeis.org

1 comments

Also, searching oeis is easy: http://oeis.org?q=2017 currently produces 528 sequences containing the number 2017.